silverstripe-fulltextsearch/code
Hamish Friedlander b2098a3ebf FIX Throw error if trying to add a table-less DataObject class to index
Its impossible for SearchUpdater#handle_manipulation to figure out the difference
between writing to a table-less class (like Page if theres no $db set) and the
table-having parent (like SiteTree) because it only examines the DB manipulation

This meant if you tried to index Page without setting $db fields, only subclasses
that did have $db fields would be indexed

We cant fix, but we can throw an error if you try to do that
2013-05-03 09:23:21 +12:00
..
search FIX Throw error if trying to add a table-less DataObject class to index 2013-05-03 09:23:21 +12:00
solr Check for !empty() on includeSubclasses so you don't get an undefined notice 2013-02-18 16:42:32 +13:00
utils WebDAV::exists() should add a trailing slash for checking dirs 2013-02-13 09:57:13 +13:00