tntsearch
tntsearch copied to clipboard
A fully featured full text search engine written in PHP
Currently, if FuzzySearch is enabled and the search term is an exact match it will only return the exact match and not attempt to do a fuzzy search. This change...
I have noticed that a few people across forums (including myself) are having some undesired results during highlighting. In my case, I have hyphen separated product codes such as: -...
Hello, I would like to know if there is a special reason for giving only an `echo` instead of passing the exception where it can be handled more appropriately? this...
Hi there, great PHP library ! :) I just have a problem with the classification. I would like to be able to either : - get the likelihood for every...
Hey guys! Great Package! I'm loving it! even though i think the documentation is lacking, but it's a great package, loving it! I'm facing a problem with asYouType, no documentation...
https://tntsearch.slack.com/ is visible on the readme. Somewhere, it should be indicated how to apply for an invitation URL.
Hi, thanks for good solution. I'm using your package https://github.com/teamtnt/laravel-scout-tntsearch-driver couple of months and today i found bug. When i'm enter part of russian word, module return only first result....
hey guys, someonecan help me? I need apply this code, im using tntsearch on cockpit cms and i need make a search on my mongodb ``` // $this->client->loadConfig([ // 'storage'...
Related to: https://github.com/teamtnt/tntsearch/issues/21, I've tried the solution mentioned but it's not working. When I search for `N508-082-293` I'm getting: `Invalid argument supplied for foreach()` in `src/Support/Collection.php` [line 50](https://github.com/teamtnt/tntsearch/blob/c015c9ba6a55712381b44db6b2fa8cb2f504e810/src/Support/Collection.php#L50). Any ideas?...
While running tests I stumbled upon the following edge-case with boolean search: When searching for a uuid (which uses 'control characters' in it, tntsearch runs into PHP errors. ## Reproduction...