tntsearch
                                
                                
                                
                                    tntsearch copied to clipboard
                            
                            
                            
                        A fully featured full text search engine written in PHP
Looks like faceted search is not supported yet. Any plans to add it? Would be a killer feature!
I see in the `README` that **bm25 ranking algorithm** is implemented in the package, but i **can't find how to activate it ?** I don't know if it is activated...
Hi, I'm trying without success to build an index from two databases. To build Index from the first database, no problem with the following code : $tnt = new TNTSearch;...
I'm super impressed with the results I'm getting with TnTSearch integration with Laravel. Would really appreciate if someone could show me how to use highlighting feature within Laravel. I've this...
Hello, do you have any plans to add filtering?
In my database, I have a few words of Adidas and Amazon but as I search for A, it's only return Adidas. How can I make it return anything that's...
I would like my search form to use both searchBoolean and asYouType, however I get strange results when I set these both to true. I have a table with a...
You can watch the problem here: https://www.myboshi.net/index.php?&cl=search&searchparam=kn%C3%A4uel I'll try to set up the german language. no success.
I've not been able to find any tutorial or guide that shows how to search multiple models together, with a query. In my application, I've a 'Thread' model and a...
From my comment on issue #118... My data, as it exists in the DB is not in a format ready to be indexed. So I was hoping to start with...