Hey,
I am getting search hits from a search query where the search text is “sol” where the most revelant hit has nothing to do with the search text.
The search query is using 4 filter tags for the body:
- textClause.Tags.Add(new Tag(Litium.Foundation.Search.Constants.TagNames.Body, term) { AllowFuzzy = true });
- textClause.Tags.Add(new Tag(Litium.Foundation.Search.Constants.TagNames.Body, term + “*”));
- textClause.Tags.Add(new Tag(Litium.Foundation.Search.Constants.TagNames.Body, “*” + term));
- textClause.Tags.Add(new Tag(Litium.Foundation.Search.Constants.TagNames.Body, term));
The first hit with the highest relevance does not contain the text “sol” in any way as I see it so I wonder how and why it is in the search hits? Are there any hidden parameters the relevance calculator is considering except the ones I can see in the back office?
The other hits contain “sol” and should be more relevant than “The Line X Skultuna Bead Vases” product.
Nothing containing “sol” can be found here (except Los backwards) or in the back office where more properties exist not shown in the site.
Litium version: 6.2.2