silverstripe-fulltextsearch/code/search
Hamish Friedlander e5bf1473d6 BUG Make process_dirty_indexes act cleanly
process_dirty_indexes wasnt saving variant state or restoring or exit, because
I thought it was only called at the end of a request and so didnt need to

But tests call it regularly throughout a request. So now its clean
and safe to call when-ever
2012-07-19 17:07:48 +12:00
..
FullTextSearch.php BUGFIX: Fixed deprecation errors for ClassInfo::is_subclass_of 2012-07-19 13:41:05 +12:00
SearchIndex.php FIX Use addInnerJoin instead of innerJoin to fix deprec error 2012-07-19 13:41:05 +12:00
SearchIntrospection.php Import first version of fulltextsearch module 2011-05-02 16:33:05 +12:00
SearchQuery.php Import first version of fulltextsearch module 2011-05-02 16:33:05 +12:00
SearchUpdater.php BUG Make process_dirty_indexes act cleanly 2012-07-19 17:07:48 +12:00
SearchVariant.php BUG Dont try and load SearchVariants that dont apply to this env 2012-07-19 13:41:05 +12:00
SearchVariantSiteTreeSubsitesPolyhome.php BUG Dont try and load SearchVariants that dont apply to this env 2012-07-19 13:41:05 +12:00
SearchVariantVersioned.php BUG Dont try and load SearchVariants that dont apply to this env 2012-07-19 13:41:05 +12:00