We are building an umbraco site that uses examine as the site search (umbraco 4.5, Examine1.0 RTE) , and there is something odd happening when searching some products:
currently, 'Jif' as a test product, but if we search for 'Jif', no results are returned. However, if 'ji' is used as the search term, then the 'Jif' product is returned as well as some other items that meet the criteria.
I am using RawQuery to create the search criteria, as well as the recommended indexes/searches recommended to create the indexes and do the searching.
Is there an issue for search for items with small names, or is this just a really weird thing to be happening?
search terms with RawQuery
We are building an umbraco site that uses examine as the site search (umbraco 4.5, Examine1.0 RTE) , and there is something odd happening when searching some products:
currently, 'Jif' as a test product, but if we search for 'Jif', no results are returned. However, if 'ji' is used as the search term, then the 'Jif' product is returned as well as some other items that meet the criteria.
I am using RawQuery to create the search criteria, as well as the recommended indexes/searches recommended to create the indexes and do the searching.
Is there an issue for search for items with small names, or is this just a really weird thing to be happening?
whats the analyser set to in your config also what do you get when you run the queries using luke?
is working on a reply...