silverstripe-fulltextsearch/tests
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
..
BatchedProcessorTest.php BUG Fix versioned writes where subtables have no fields key 2016-04-15 15:46:19 +12:00
SearchUpdaterTest.php BUG Fix versioned writes where subtables have no fields key 2016-04-15 15:46:19 +12:00
SearchVariantSiteTreeSubsitesPolyhomeTest.php Converted to PSR-2 2015-11-21 19:19:20 +13:00
SearchVariantSubsitesTest.php Obtain search results for a particular subsite when the request comes from a query (#136) 2017-03-30 11:17:46 +01:00
SearchVariantVersionedTest.php Merge branch 'pull/138' into 2.3 2017-03-09 10:47:21 +00:00
Solr4ServiceTest.php Converted to PSR-2 2015-11-21 19:19:20 +13:00
SolrIndexSubsitesTest.php Test coverage for SearchVariantSubsites@extractManipulationWriteState 2016-12-09 12:02:10 +00:00
SolrIndexSubsitesTest.yml BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00
SolrIndexTest.php BUG Fix versioned writes where subtables have no fields key 2016-04-15 15:46:19 +12:00
SolrIndexVersionedTest.php BUGFIX: SolrVersionedTest_Index causing crash in unit tests when Phockito is not installed 2016-06-16 11:50:21 -03:00
SolrReindexQueuedTest.php MINOR: Don't include Hamcrest globally so it doesn't conflict with PHPUnit 2015-11-27 12:43:33 +13:00
SolrReindexTest.php BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00