Topic: Search min characters
Search: if I start a search for ab* for example, I get the error ?You have to enter at least one keyword and/or an author to search for?, while abc* is fine. I'm wild guessing this has something to do with the min-word size of MySQL index, but if so the error is wrong. On the other hand, searching "abc* -de*" does not trigger an error, and does work the way it's suppose to.
Search: if I search no keyword but author a*, I got an ?You have to enter at least one keyword and/or an author to search for.? error. If I search a keyword, and the author a*, it return me every author (a* is not taken into account), however ab* is.