We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e128283 commit 6fe1affCopy full SHA for 6fe1aff
src/app/code/community/IntegerNet/Solr/Test/Model/Result.php
@@ -95,7 +95,7 @@ public function shouldUseParametersBasedOnToolbar()
95
)
96
);
97
$logMock->expects($this->at(4))->method('debug')->with(
98
- 'Filter Query: store_id:1 AND is_visible_in_search_i:1');
+ 'Filter Query: content_type:product AND store_id:1 AND is_visible_in_search_i:1');
99
100
/* @var Mage_Core_Block_Text $toolbar Not using actual toolbar block which reads from session */
101
$toolbar = $this->app()->getLayout()->createBlock('core/text', 'product_list_toolbar');
0 commit comments