teamtnt / tntsearch

A fully featured full text search engine written in PHP
https://tnt.studio/solving-the-search-problem-with-laravel-and-tntsearch
MIT License
3.1k stars 291 forks source link

[MySQL engine] Update for wordlist overwrote num_docs + num_hits instead of adding to previous value #320

Closed BlackbitDevs closed 2 weeks ago

BlackbitDevs commented 2 weeks ago

Compare with Sqlite approach: https://github.com/teamtnt/tntsearch/blob/069e63e377da578ddf8b9524dd97e463499150b3/src/Engines/SqliteEngine.php#L225

Currently num_docs and num_hits are overwritten with every update.