Details
-
Bug
-
Resolution: Fixed
-
Major
-
17.10.3
-
None
-
Unknown
-
N/A
-
N/A
-
Description
You can reproduce by:
- tag an existing page with "TeSt"
- open the main search page
- search for "property.XWiki.TagClass.tags:tEsT"
Expected: the tagged page appears in the search results, because XWIKI-23428 .
Actual: the tagged page doesn't appear in the search results
The reason is because, even if we implemented XWIKI-23428, the query "property.XWiki.TagClass.tags:tEsT" is not expanded to "property.XWiki.TagClass.tags_string_lowercase:tEsT" as can be seen by adding debug=true to the search page URL. The field expansion is controlled by the xwiki.dynamicFieldTypes Solr configuration that is not up-to-date.
Attachments
Issue Links
- is related to
-
XWIKI-23428 Add a case insensitive Solr field for all StringProperty and ListProperty fields
-
- Closed
-