tntsearch
tntsearch copied to clipboard
A fully featured full text search engine written in PHP
The TNTGeoIndexer file crashes when you try to update a document. The problem is that it calls the delete function before re-inserting the document. The delete function tries to do...
> Unable to search substring. I can only search exact string. How can I search for substring inside a string. I am adding my config. Please guide me to search...
Fixes https://github.com/teamtnt/tntsearch/issues/60
I have a problem when you try to find a phrase in a text. it returns many records but not the one contains that phrase! Does anyone had that problem?...
Not operator in search does not work. It searches for documents without a keyword but does not remove already found documents. It should search for matching documents and remove all...
This fixes the way BM25 implementation works and introduces field normalization all inspired by Elasticsearch. This breaks fuzzy matching but if this looks like a change in the right direction...
I index my name : "yann" A fuzzy search (multiple leventien configuration tested) not work on "yon", very sad...
I've just tried out my first implementation of TNTSearch, so bear with me! I'd been struggling with strange results from boolean searches using the `"foo -bar"` syntax, seeing results that...
Hi there! After upgrading PHP (7.4.27) and TNTSearch (using `@stable`), I am experiencing multiple issues that prevent me from going live. # nostemmerStemmer I get the error: ``` Fatal error:...
If fuzzy search is used highlighter doesn't show relevant text and doesn't highlight anything most of the time.