You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That’s true. The results are still correct but the extract shown often doesn’t show the keyword (which is there but at another place in the text). How did you solve or circumvent the problem?
I sometimes got the PHP error mb_strpos(): Offset not contained in string. I cannot find out when it happens and when not.
There’s an old thread from 2012 on the Symphony forum in which Nikolai Shmakov gives a solution that also works for me:
Replace line 383 in class.search_index_php
$p = $match[0][1];
against
$p = $match[0][1]/2;
The text was updated successfully, but these errors were encountered: