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

When enabeling FullTextSearch, Silver stripe will not allow new page types.


Go to End


712 Views

Avatar
silversunhunter

Community Member, 6 Posts

14 January 2016 at 10:53am

When I add FulltextSearchable::enable(); to my _config.php I am no longer able to add new page types.

It looks like they are being created in the dev/build but after flush I can not see them in the CMS.

I have tried creating SearchPage.php and SiteSearchPage.php

If I remove the FulltextSearchable::enable(); from the _config.php the new page type is available....

Any ideas?