I use Zoom v8 build 1020, which works perfect including wildcards, exact match etc.. But now I came across a very odd thing. I made a certain search string in quotes: "word1 word2" (regular English words) and I get 704 similar PHP Warnings ("Warning: Trying to access array offset on value of type int in ...\search.php on line 595", which line is: "if ($termNum == $i || $contextArray[$termNum][0] > $DictReservedLimit)"). After the long list of repeated warnings I get 12 pcs valid and normal matches.
The word1 alone or in combination with any other word produce no warnings. Same applies on word2. Only this exact match of word1 and word2 produces the warnings.
The word1 alone or in combination with any other word produce no warnings. Same applies on word2. Only this exact match of word1 and word2 produces the warnings.
Comment