This bug (definitely a bug!) was fixed in version 1.68.232
We made "ident" field in the new wpftsi_irules table shorter (limited from 255 to 130) to avoid VARCHAR index length overflow.
Thanks, @lostconcerts !
Hi,
We are experiencing an issue with the pro version of the plugin where we can search for a single word, but multi word searches show a blank screen. See the examples below:
Working: https://areadocumentale.vignaioli.it/?s=L’istanza
Not Working: https://areadocumentale.vignaioli.it/?s=L’istanza+di+richiesta+del+contributo
Can you please help us resolve this issue for our client?!
Hi @wordherd
It looks like an out-of-memory situation. Sometimes WPFTS Pro requires a bit more memory to work than usual, so I would recommend switching your memory_limit option (in php.ini) to 512M at least.
Please try this and let me know if it helped or not. Thanks!
Thank you, that worked. We appreciate the help!