We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966d072 commit cbcf6f4Copy full SHA for cbcf6f4
SearchAdapter/Adapter.php
@@ -51,6 +51,11 @@ class Adapter implements AdapterInterface
51
*/
52
private $aggregationFactory;
53
54
+ /**
55
+ * @var BucketFactory
56
+ */
57
+ private $bucketFactory;
58
+
59
/**
60
* Adapter constructor.
61
* @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.0.3",
+ "version": "0.0.4",
6
"authors": [
7
{
8
"name": "Benjamin Calef",
0 commit comments