Hi, I've got a very weird problem on my latest SS build.
I have a search on the site, the built in one, I'm running version 2.4.5 and the search is activated in the config file with the following:
FulltextSearchable::enable(array('SiteTree'));
And 99.9% of it works, but I have a page titled "About Us" that doesn't get found if I search for "about", "us" or "about us".
If I leave the search blank, (returning all found pages), it's there, so it is indexed.
On the "Behavior" tab I have "Show in search?" checked.
On the Metadata tab, the url is "about-us" the title is "About Us", the keywords are "about us", the description has about us in it.
On Main tab, the page name is "About Us" and the Navigation label is "About Us"
So there's definitely enough matches there, I can assume "us" is too short for a search as if I remember correctly the default word length on mysql is 3 or 4, but about should return something.
The page is published and even child pages under about us are returned in the search.
Anyone have any ideas as to what else I can do to make it find that page?
Thanks