Adrian Nuta

Results 11 comments of Adrian Nuta

You need to set `interpolateParams=True` in mysql DSN because Manticore doesn't support prepared statements, so they need to be emulated on client-side. Also the default gorm model has some columns...

Joining is not possible currently in Manticore.

Hi, as I said [here](https://github.com/manticoresoftware/manticoresearch-php/issues/48#issuecomment-747318280) `Match` is planned to be renamed to `MatchQuery`, not `QueryMatch`.. Also please validate the code against `phpcs --standard=PSR2`. Thanks

@mitsh any advantage in this context to use the Swoole Client vs something more native like stream? One would have to install the Swoole extension.

fsockopen (or stream_socket_client) sounds better. Also have you tried with curl using CURLOPT_UNIX_SOCKET_PATH ? Haven't tested, but curl should be able to open sockets since php 7.0 (not sure which...

Please note that I committed today changes for compatibility with PHP 8.0, including the rename of the `Match` class.

Need to see first how this will be handled by Manticore.

Hi, the multiple checkbox is there to show the categories are stored in a mva. Clicking on one applis the filter (filter by category x), so some will not be...

Can you change to use isset instead of in_array ( set the keyword as key and not value)? Isset is a lot faster than in_array on collections over 100k+ .

Also add it as patch to suggest.php or create a new suggest_no_doubles.php.