php - How to enhance SilverStripe FullTextSearchable search results?
Get the solution ↓↓↓Solution:
Take a look at the Fulltextsearch module (Different fromFullTextSearchable
): https://github.com/silverstripe-labs/silverstripe-fulltextsearch. It uses Solr, and allows many different and flexible ways to index and subsequently search yourSiteTree
andDataObject
subclasses using the Lucene search-syntax (Which is abstracted away from you).
Warning: While the module is stable, and flexible, with this comes the potential for complexity. Read the docs (well!) and don't be afraid to ask more questions on silverstripe.org or SO :-)
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: cannot access offset of type string on string
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.