UserEsp
UserEsp

Reputation: 426

Page crawler index is just searching the exact word in kentico

I created a page crawler index and I'm testing all search modes, with all page types in the index content. By the way, the index is just searching for the exact word. example if I'm looking for the word "test" I must to write "test" to find it but if I search for "tes" is not finding anything. How can I update this behavior?

Upvotes: 0

Views: 75

Answers (1)

Dragoljub Ilic
Dragoljub Ilic

Reputation: 247

You should take a look more into Analyzer types and what suits you best. If you set it to 'Subset', then it will show you results for 'tes' but also for 'est'. In this link, you can find more about them.

Upvotes: 2

Related Questions