It's how full-text works. If you want it to find by a part of the word it won't work. You need to use wildcard.
Knowledge base search no longer searches folders
Collapse
X
-
I added 'textFilterContainsMinLength' >= 3 and I still can't find the articles with the partial word 'timeshee' from the previous video. If that's how you expect it to work, then I will make the modification to Base.php and that should get me pretty close.Comment
-
Is this how you designed it to behave? See this video.Comment
-
I see now that a full text search in the KB article will return the right results. I was expecting that behavior without needing to do a full text search.
Regular search: timesheet
Results: as expected
Regular search: timeshee*
Results: not as expected
FT search: ft: timeshee*
Results: as expected
I will think about this for a while to see if I can figure out how to explain it to my users.Comment
-
Comment