Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

FulltextSearchable set but still showing files in results


Go to End


3 Posts   1191 Views

Avatar
updog

Community Member, 13 Posts

27 March 2013 at 2:40pm

I have implemented the following code into my config file:

FulltextSearchable::enable(array('SiteTree'));

But when I perform a search it is still bringing up Files with direct links to the pdf in the results.

I'm running 2.4.6.

Avatar
swaiba

Forum Moderator, 1899 Posts

28 March 2013 at 1:30am

Avatar
updog

Community Member, 13 Posts

28 March 2013 at 10:10am

Nope. I've tried option 1 - FulltextSearchable::enable(array('SiteTree')); and done a /dev/build and files are still showing up in the search results.