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 e61aba9 commit 757fbe7Copy full SHA for 757fbe7
SearchAdapter/Adapter.php
@@ -50,6 +50,11 @@ class Adapter implements AdapterInterface
50
*/
51
private $aggregationFactory;
52
53
+ /**
54
+ * @var BucketFactory
55
+ */
56
+ private $bucketFactory;
57
+
58
/**
59
* Adapter constructor.
60
* @param ResponseFactory $responseFactory
composer.json
@@ -2,7 +2,7 @@
2
"name": "zepgram/module-disable-search-engine",
3
"description": "Magento2 module to disable search engine and fulltext indexing for category search",
4
"type": "magento2-module",
5
- "version": "0.1.1",
+ "version": "0.1.2",
6
"authors": [
7
{
8
"name": "Benjamin Calef",
0 commit comments