silverstripe-fulltextsearch/src/Search
GuySartorelli 2c0e2df02d
FIX Don't assume DataObject::canView always returns bool (#306)
Because there is no return value typehinting in DataObject::canView, the value returned from that method can be of any type. We must cast to boolean before returning the value to avoid possible errors with non-boolean return types.
2022-01-27 11:23:19 +13:00
..
Adapters Added complex filtering via Criteria/Criterion and Adapters/Writers for Solr. 2018-07-12 13:28:40 +12:00
Captures NEW Update to use proxied DB instead of self-proxied 2018-03-14 16:54:04 +13:00
Criteria Added complex filtering via Criteria/Criterion and Adapters/Writers for Solr. 2018-07-12 13:28:40 +12:00
Extensions NEW Disable re-indexing when migrating files 2019-05-30 19:07:20 +12:00
Indexes FIX Allow deprecated warnings 2021-12-15 15:09:25 +13:00
Processors NEW canView() check on record before indexing and before showing in search results 2020-06-10 17:22:20 +12:00
Queries Make SearchQuery_Range injectable. 2021-09-13 13:09:44 +12:00
Services FIX Don't assume DataObject::canView always returns bool (#306) 2022-01-27 11:23:19 +13:00
Updaters FIX: allow update processor to be overriden by existing yml 2020-02-10 17:05:16 +13:00
Variants ENHANCEMENT Add extension point to appliesTo for SearchVariantSubsites 2019-08-05 16:44:56 +12:00
FullTextSearch.php API Update Subsite integration, remove Polyhome variant 2017-12-05 14:29:53 +13:00
SearchIntrospection.php MINOR Correct PHPDoc types and remove unused imports 2018-01-10 19:57:19 +13:00