Site search for silverstripe site without installing Sphinx

Silverstripe has a built-in full-text search engine. It works great, but doesn’t look for similar models, so a site search for a string that matches post tags or article type relationships-> author-> cannot be found,

More advanced search modules rely on java and need to be installed. This is not possible on our client server and, possibly, in most common hosting accounts (shared or VPS).

What is a good way to implement a site search for a site with related data in the form of many_many or has_many relationships in silverstripe without a private server?

+4
source share
2 answers

Something similar was found here silverstripe dataobject searchable

Configuring the built-in object search for DataObjects.

+1
source

currently comes with google CSE for the silver stripe project:
https://developers.google.com/custom-search/
happy with that; just note that fees will be charged if you want to remove ads.

0
source

Source: https://habr.com/ru/post/1500422/


All Articles