Avatar

Search Phrase Drops to 3 Words When Clicking Second Page (Bugs)

by Magma, Wednesday, September 11, 2019, 09:22 (1699 days ago) @ Auge

So the thing is that the search is obviously limited to three words but one can input more than the three allowed words.

Ok, I've never seen that before on other websites. Is it just a matter of changing these numbers then?

// limit to 3 words:
if (count($search_array) > 3) {
for ($i = 0; $i < 3; ++$i) {

thanks


Complete thread:

 RSS Feed of thread