I've added a autocomplete search in Examine, but I'm stuck when I search a multiple terms, like (argyle 15)
Here is my Examine Query:
criteria.NodeTypeAlias("Product").And().Field("title", searchTerm.MultipleCharacterWildcard()).Compile();
/// here is the query
{ SearchIndexType: , LuceneQuery: +__NodeTypeAlias:product +title:argyle 15* }
As what I have in LuceneQuery
To perform a multiple character wildcard search use the asterisk '*' symbol.
And I guess my query is right, because it has asterisk on the last part?
Am I missing something?
Can anyone help me, how can I achieve this multiple term search.
Examine Search Autocomplete with multiple terms
Hi All,
I've added a autocomplete search in Examine, but I'm stuck when I search a multiple terms, like (argyle 15)
Here is my Examine Query:
As what I have in LuceneQuery
And I guess my query is right, because it has asterisk on the last part?
Am I missing something? Can anyone help me, how can I achieve this multiple term search.
Cheers
Jin
is working on a reply...