wakabayashi 503 Posted January 28, 2020 I know this topic has already popped up multiple times. Still I believe it's very sad, that we have launched a crowdfunding project, which is almost not used. Who is using it on a live or teststore? Who wants to use it, but couldn't make it work? I followed the instructions on https://docs.thirtybees.com/native-modules/elastic-search/, but they are just too unclear to me. If I could make this work for myself, I would improve the docs and probably also the module. 2 Share this post Link to post Share on other sites
datakick 1,411 Posted January 28, 2020 The module does not really work on php7, unfortunately. That's because of some regular expression incompatibilities. I've managed to fix it locally, and will release it soon. But even with this fix there are other bugs, for example js code that generates elastic query can generate invalid expression... 1 Share this post Link to post Share on other sites
wakabayashi 503 Posted January 28, 2020 2 hours ago, datakick said: The module does not really work on php7, unfortunately. That's because of some regular expression incompatibilities. I've managed to fix it locally, and will release it soon. But even with this fix there are other bugs, for example js code that generates elastic query can generate invalid expression... Thanks for confirmation. I managed to index some products, but the search doesn't really work, to query errors. @kubilay will also look at it. But at the moment I am a bit sceptical, as the search is not near to be working for me. Share this post Link to post Share on other sites
movieseals 54 Posted January 28, 2020 I could not make it work - I tried for weeks. I eventually found a module called elastic search connector on Prestashop and with a bit of help from the dev managed to get it working under php 7.3 with the latest version (7) of elastic search but part of the module does not work, mostly the logging, but the search part works wonderfully. 1 Share this post Link to post Share on other sites
eikichiz 4 Posted January 31, 2020 (edited) To get it working under 5.4, you need to disable the authentication in elasticsaerch, otherwise it won't connect. Quote xpack.security.enabled=false Edited January 31, 2020 by eikichiz 1 Share this post Link to post Share on other sites
datakick 1,411 Posted March 22 Hi everyone, Elasticsearch module received some love lately. A lot of bugs were fixed. Module should now work on php7 version without issues, and ES versions 5.x, 6.x, 7.x should be supported. Before we release the module officially, I would like to ask community member to test it. You can download pre-release version here elasticsearch-v1.1.0-pre.zip For testing purposes you can start up elastic search in docker using command like this: docker run --rm -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.11.2 Many thanks to @zen for his contribution. Most of this release is based on his work. 3 Share this post Link to post Share on other sites
Briljander 57 Posted March 25 This post was missed from my side. That is great news. Maybe @wakabayashi want to test it as he tried to get it working at first place? Share this post Link to post Share on other sites
popolon 0 Posted Thursday at 12:18 PM (edited) Hello, Up to which Elasticsearch version would be suitable to use with this module in 2021 ? I'm currently trying to test this module with Thirtybees Bleeding Edge 1.3/Niara Theme and Nginx/PHP 7.3/Debian 10/Elasticsearch 7.12.0 and it appears to be promising a few comments : - i don't see a way to do a full reindex automatically (no url for CRON) - at the end of all result pages, i always have a "No results :(" line whereas it's not the case at all - Search facets appear (on left column) when you do a search from product page or category page but NOT from home/index page (because left column is disabled from theme page configuration) i wish it would be possible to "dock" search facets on the left à la doofinder.com ( Edited Thursday at 02:06 PM by popolon Share this post Link to post Share on other sites