There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-78e96ab9-b22e-4131-ae65-2e2c9aa176f5 XWIKI-14596 Open

Add support for substring matching

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-9bb5119b-3a73-4df9-82a1-7f598b83566a Michael Hamann on 26/Nov/25 12:03
 

Wildcard searches might not return any results when the input word was split into several tokens during indexing, for this reason, in https://github.com/xwiki/xwiki-platform/blob/117f79533eb0a1462b1957fa5c37f1f30d1c912d/xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-rest/src/main/java/org/xwiki/search/solr/internal/rest/SolrKeywordSearchSource.java#L203-L208, where I've implemented something similar for the page suggestions, I've added code for extracting the last term of the user input before adding the wildcard.