silverstripe-fulltextsearch/src/Search
Dylan Wagstaff 9e32f2adb0 FIX Don't assume a DataObject's table.
Knowing if a DataObject has a table or not is irrelevant - data is queried
out and pushed into solr all the same, whether there is a join table, a
base table, or any combination with maybe a few no-tables in between.
SomeDataClass::get() will fetch all data irrelevant of tables, that's the
point of an abstraction like SilverStripe's ORM.
2018-02-23 17:45:33 +13:00
..
Captures FIX Use correct namespace for SQLite3 adapter, implement injector prioritisation for database 2017-12-07 09:14:08 +13:00
Extensions API Remove bind_manipulation_capture and RequestFilter, use Injector instead 2017-12-07 09:12:57 +13:00
Indexes FIX Don't assume a DataObject's table. 2018-02-23 17:45:33 +13:00
Processors Skip testSoftCap for now, passes in isolation but not in the suite. Use constants for queue statics 2017-12-07 09:12:57 +13:00
Queries FIX Double escape namespace separators in class names when boosting fields 2017-12-05 16:49:55 +13:00
Updaters API Remove bind_manipulation_capture and RequestFilter, use Injector instead 2017-12-07 09:12:57 +13:00
Variants API Update Subsite integration, remove Polyhome variant 2017-12-05 14:29:53 +13: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