Quote:
Originally Posted by Jaxel
ALL simple search is broken in 4.1.5. This has been fixed for the next version... You can fix it yourself for now by changing like 30 in "media_search.php" from:
Code:
if (vbstrlen($keyword) < 3)
to
Code:
if (vbstrlen($keywords) < 3)
|
Thanks for a patch fixing search in videoarchive. Unfortunately, search only words in a Latin was fixed. Cyrillics search phrases still not accepted. Message is: Could not find phrase 'media_search_string_too_short'.
Please fix a problem.