-
Following on from/coming back to https://github.com/silverstripe/silverstripe-fulltextsearch/pull/278 and https://github.com/silverstripe/silverstripe-fulltextsearch/issues/274, it seems either someth…
-
I am receiving an error from Solr when trying to filter results on the Content field of SiteTree. Specifically:
org.apache.solr.common.SolrException: undefined field SilverStripeCMSModelSiteTr…
-
See cross-post issue on silverstripe/cwp-search: https://github.com/silverstripe/cwp-search/issues/25
This module uses `file_get_contents()` to post/retrieve data from Solr in some instances. It sh…
-
## Background
Historically, content of a page has been built and saved into the `Content` field on `SiteTree`. A lot of parts of SilverStripe take this for granted now:
#### - `cwp-search` confi…
-
I have modified the SolrSearchService to add Tagfeilds, But it is not being indexed.
Document shows me the tagfields but it does not search the tagfields to match the search string
```
class Page e…
-
Hello,
Attempting to use a custom type and definition when searching but it doesn't seem to be used at all.
SearchPeopleIndex.php
```php
class SearchPeopleIndex extends SolrIndex
{
publ…
-
Hello,
I have this ISSUE: When searching, results will only be returned that match the last language that the page was saved in. e.g. save the page in English, then only English words will match th…
-
I've installed this module to allow history access to elemental blocks (as there is an issue with the SS4 implementation and accessing the history of page blocks). So this module works fine, however a…
-
The below screenshot is taken from the `kitchen-sink` testing recipe (versions of all things shown below). I am attempting to test a feature refactor for the comments module (shifting the spam buttons…
-
After installing Fluent over a site which has FulltextSearchable::enabled the search forms starts throwing errors.
```
[Emergency] Uncaught SilverStripe\ORM\Connect\DatabaseException: Couldn't ru…