tntsearch icon indicating copy to clipboard operation
tntsearch copied to clipboard

A fully featured full text search engine written in PHP

Results 95 tntsearch issues
Sort by recently updated
recently updated
newest added

Moving this issue from https://github.com/trilbymedia/grav-plugin-tntsearch/issues/122 to here after getting verification that it's not a Grav issue. Here are the details: A client site uses part numbers in page titles and...

With commit b23234f @wetfire2k replaced the `count()` in the `if` checks with `!empty()`. That's fine, but I would like to ask: how can you be 100% sure that the function...

I'm trying to install TNTsearch on a shared server at HostGator. HostGator is forcing us to use PHP7.4 as the default system PHP version, but there is an issue with...

Hello First of all thank you for your great and simple to use product. But I have some strange possible bug. I have some database data with strings in russian...

Boolean search with at least NOT operator is completely broken for a very long time now. All boolean search unit tests which are using NOT operator are also failing. I...

I have a table products, and table categories. Product belongs to category. How to create a weighted search? Does this package allows this? Eg. Categories: Tractors, Cultivators Product: - id:...

I am getting this error in Laravel ![Screenshot_1](https://user-images.githubusercontent.com/7804831/64018415-c9c7b080-cb45-11e9-8e97-161b5183c476.jpg) public function createIndex($indexName) { $this->indexName = $indexName; if (file_exists($this->config['storage'].$indexName)) { unlink($this->config['storage'].$indexName); } $this->index = new PDO('sqlite:'.$this->config['storage'].$indexName); $this->index->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $this->index->exec("CREATE TABLE IF NOT...

This package dosen't has a chinese language support, is it possible for me to use the NLP service of Alibaba to make a tokenizer

We use TNT search for a quite high-loaded service and run into an problem with SQLite. Seems like something corrupts index file, but it's not certain, what exactly. I guess...

removed the space that was added to the lex in [6b4c2c7](https://github.com/teamtnt/tntsearch/commit/6b4c2c789acd6e2625a6f0fa59f6f50f2ce22743)