Don Hardman

Results 41 comments of Don Hardman

The initial version of fuzzy search was implemented in this pull request: https://github.com/manticoresoftware/manticoresearch-buddy/pull/297

Query suggestion implementation: https://github.com/manticoresoftware/manticoresearch-buddy/pull/299 Both now support HTTP endpoints as well.

As we discussed on our call earlier, we've decided to enhance the logic and split the SQL/JSON handling as it comes from the request. We'll also parse the match fields...

All improvements to fuzzy logic and query suggestions have been implemented in the following pull requests: - https://github.com/manticoresoftware/manticoresearch-buddy/pull/309 - https://github.com/manticoresoftware/manticoresearch-buddy/pull/311 - https://github.com/manticoresoftware/buddy-core/pull/60

As we discussed today, we're going to add logic to control the fuzziness, similar to Elastic's approach, but with our own interface. The Levenshtein distance we'll accept should be in...

All fixes have been implemented and are ready for review: https://github.com/manticoresoftware/manticoresearch-buddy/pull/316

Hurray! 🎉 The initial version has been merged into the main branch and is now available as a showcase at https://github.manticoresearch.com Here's what you should know about it: **Fuzzy Search:**...

This should be fixed in https://github.com/manticoresoftware/manticoresearch-php/pull/172

There's a chance we fixed it after the latest updates. To confirm it's resolved, let's run a simple loop test that executes some queries multiple times, like `show version` or...

I suggest implementing a change in the protocol. Instead of creating another field that may or may not be used, we should consider utilizing the `error` field. I propose using...