Skip to main content

All Questions

Tagged with
0 votes
0 answers
20 views

Magento 2 - Filterable product attribute in layered navigation visibility?

Is filterable product attribute visible in layered navigation in magento ONLY when all products have value set for that attribute? I have filterable select attribute which is not required and it is ...
Denis2310's user avatar
  • 1,061
0 votes
1 answer
34 views

Influence of _cl tables on product import & incremental indexing

I use SQL Import functionality outside Magento 2 Bootstrap. It perfectly works, but I have a degradation. After 2M imported products daily import benchmark decreased in 3 times. After figuring out I ...
Serghei Topor's user avatar
1 vote
2 answers
199 views

How to change server Elasticsearch version?

I have Magento CE 2.4.6 running on a Ubuntu server with Elasticsearch 8.11.4. For a mandatory module I absolutely need, I need to downgrade to ES 7.9.3. I read everywhere it was not possible to ...
Alexglvr's user avatar
  • 437
0 votes
1 answer
240 views

Incremental index synchronization instead of full reindex in Magento 2

Basically Magento 2 has reindex functionality through php bin/magento indexer:reindex. We are going to have millions of products, so full reindex would be very slow for us. We disabled index update ...
Serghei Topor's user avatar
0 votes
1 answer
506 views

Error While Installing magento2 In searchConfig.pg line81: could not validate a connection to the OpenSearch. Unknown 401 error from 0 pensearch null

I'm installing Magento 2 for the first time following this tutorial https://www.javatpoint.com/how-to-install-magento-2-using-composer. XAMPP is installed (with Apache and MySQL running), the database ...
Prathima's user avatar
0 votes
0 answers
56 views

Combine ‘should’ with ‘filter’ result will exclude should in elasticsearch query

I have to search for a result with these conditions: filter:- make="FUSO" AND model="SUPERGRADE" AND is_vin_required="is_vin_required_1" should:- make="FUSO" ...
sushant kumar's user avatar
1 vote
1 answer
28 views

Error when restart elasticsearch-full bty brew

I run cmd "brew services restart elasticsearch-full" and have this problems. Anyone help me ?enter image description here I try Move to trash and cancel but it's still not working. I also ...
PhanHuy's user avatar
  • 21
0 votes
0 answers
46 views

Unable to install magento2.4.3 in linux facing : No space left on device error

file_put_contents(/var/www/magento/app/etc/vendor_path.php): failed to open stream: No space left on device this error is coming even there is 12 gb space empty in the disk
Puneet Phull's user avatar
0 votes
0 answers
158 views

while running the installation command to install magento2.4.5 it say "Search engine 'elasticsearch7. is not an available search engine."

Image of the error enter image description here Elasticsearch is already running but still shows this error
farhan's user avatar
  • 1
0 votes
1 answer
132 views

Search in all store views in Magento 2.4

I have a magento 2.4.4 install with 2 store views, English and Arabic, however when i search in Arabic store for any product in English letters, it show no results, how i can make the search function ...
Zee's user avatar
  • 7
0 votes
1 answer
300 views

Windows Local Magento Installation Elastic Search Unknown 503 error from Elasticsearch null

Installed Magento 2.45 in windows 10 local setup. From the admin panel i do see Catalog Search index notification. Actually the notification says "One or more indexers are invalid. Make sure your ...
kumar2023's user avatar
1 vote
0 answers
200 views

OpenSearch - Cant filter an aggregated field

I'm currently working on an edited filter on magento2 (the sold_by field). The OS returns me a lot of sellers and I want to optimize the request to only gather the sellers in the current store. I ...
asta6's user avatar
  • 11
0 votes
1 answer
261 views

Magento 2.4.4 / MACOS 10.13 High Sierra / MAMP - Could not validate a connection to Elasticsearch. No alive nodes found in your cluster

now when I fixed the MySQL problem with Magento 2 and MAMP I got a new problem trying to install Magento 2 via the command line The command I run for installation php -d memory_limit=-1 bin/magento ...
Stefan Momcilovic's user avatar
0 votes
2 answers
4k views

Magento 2 Products Missing from Category Pages after Magento 2.4.5 Update

After updating to Magento 2.4.5 product category pages no longer show products. However, the filters on the left side of the page indicate that products should be visible for instance: I've tried the ...
user1625155's user avatar
0 votes
1 answer
533 views

installing magento 2 using docker, server has already docker-compose.yml, Should i write separate for magento 2 in the magento folder?

I have a docker-compose.yml on VPS server root version: '3' services: mysql: image: mariadb:10.3.17 command: --max_allowed_packet=256M --character-set-server=utf8mb4 --collation-server=...
Hassan Raza's user avatar
  • 1,526

15 30 50 per page