mcu_hq
✭✭✭mcu_hq ✭✭✭
Reactions
-
Re: few bugs i found (html errors / wildcard not working / "p" cut off in pagination)
The solution posted by @peregrine works since the letter 'p' gets filtered out anyways in widgets/class.widgets.php line 389. (int)filter_input(INPUT_GET, 'pg', FILTER_SANITIZE_NUMBER_INT). I was una… (View Post)1 -
Re: SphinxSearchLite Configuration Help
Ok, try the latest version now. You are still required to install sphinx by yourself though. I recommend going through your distro. It could be as easy as one line in the command terminal. I have not… (View Post)1 -
Re: Don't use this theme.
@UnderDog I don't see any reason why the author would embed a 0px iframe other than to make his own site more attractive for the search engine crawlers. Some people (myself included) will sometimes l… (View Post)1 -
Re: OR searches actually are AND searches?
Edit: Try this: "apples oranges"/2 - This will look for messages with at least 2 of those words mentioned. "apples oranges" will look for messages that are adjacent to one another… (View Post)1 -
Re: Making Sphinx respect permissions
Let me know if this commit fixes it. You just need to add 3 lines to 3 files: https://github.com/mcuhq/SphinxSearchPlugin/commit/26fc5de39e8eca11efd43eb697972cb7e025037f (View Post)1