silverstripe-fulltextsearch/code/search
Elliot Sawyer 2246fa9ab8 Obtain search results for a particular subsite when the request comes from a query (#136)
* Allow a user to obtain search results for a particular subsite when the request comes from a query

When attempting to do this in project code, SearchVariantSubsites kicks in and replaces any filter you've applied with the current subsite ID, which prevents you from searching for filtered results in another subsite.

This fix prevents the module from doing this if a filter is applied on the query

TODO  write unit tests for the filter() and exclude() behaviours
2017-03-30 11:17:46 +01:00
..
processors Converted to PSR-2 2015-11-21 19:19:20 +13:00
FullTextSearch.php Converted to PSR-2 2015-11-21 19:19:20 +13:00
SearchIndex.php BUGFIX: Fixed crash when the relationship has no parents 2016-05-24 16:34:00 -03:00
SearchIntrospection.php Converted to PSR-2 2015-11-21 19:19:20 +13:00
SearchQuery.php Converted to PSR-2 2015-11-21 19:19:20 +13:00
SearchUpdater.php BUG Fix delete / unpublish 2017-03-09 12:34:20 +13:00
SearchUpdater_BindManipulationCaptureFilter.php BUG Fix delete / unpublish 2017-03-09 12:34:20 +13:00
SearchUpdater_ObjectHandler.php BUG Fix delete / unpublish 2017-03-09 12:34:20 +13:00
SearchVariant.php BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00
SearchVariantSiteTreeSubsitesPolyhome.php BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00
SearchVariantSubsites.php Obtain search results for a particular subsite when the request comes from a query (#136) 2017-03-30 11:17:46 +01:00
SearchVariantVersioned.php BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00