Vilius Šumskas

Results 145 comments of Vilius Šumskas

I just did a quick debug session and it is definitely a library bug. ~~Most probably a bug in TNTIndexer because the data is already that way in the index....

I have fixed some highlighter issues found during my tests https://github.com/teamtnt/tntsearch/pull/256, but search with numbers is still broken. I will try to look at the library code in couple of...

@thekenshow I've spent some time on this and uncovered another layer of bugs. Try these two patches: https://github.com/trilbymedia/grav-plugin-tntsearch/pull/123 https://github.com/trilbymedia/grav-plugin-tntsearch/pull/124 In order to active fuzzy search in the library itself for...

Unfortunately tntsearch 3.3.1 release still doesn't include latest changes. Check if [this solution](https://github.com/trilbymedia/grav-plugin-tntsearch/issues/114#issuecomment-890494951) helps.

Grav CLI tries to determine correct PHP version automatically. What does "/usr/bin/env php" return?

It's just coincidence because this plugin specifically uses Grav CLI, nothing wrong with that. Other plugins probably execute direct Grav APIs. If /usr/bin/env fails then you should see failing main...

> > It's just coincidence because this plugin specifically uses Grav CLI, nothing wrong with that. Other plugins probably execute direct Grav APIs. > > If /usr/bin/env fails then you...

I'm not the plugin author, so it's not up to me. I just wanted to help. All I can do is just repeat myself, that if you see this issue,...

With Andy's fix and both fixes mentioned in https://github.com/trilbymedia/grav-plugin-tntsearch/issues/81 it should be running fine now. Tested on Grav 1.6.27 and TNTSearch Plugin version 3.2.1.