-
Bug
-
Resolution: Fixed
-
Major
-
2.3.0
-
None
-
4.3 RC1
Steps to reproduce:
- Open the Solr tool
- Create a Solr query with content type article
- Execute it and check the number of retrieved elements
- Save it in the queries directory
- Open the script tool
- Create a script calling the stored query and couting the number of results:
return QueriesDirectory.query("query://72dacf21-fdab-4177-a434-59a11effeef3").getSize();
- The number of contents is not the same, it seems that the content type is ignored