Is that a plugin? Who’s the author?
Thread Starter
Reuben
(@reuben)
Yeah, it’s a plugin. It enhances the search by adding a couple of filters to bypass some of wordpress’ internal search functions (and turns up much more relevant results). The author is here: http://www.semiologic.com/software/search-reloaded/, but he doesn’t accept direct support queries…he wants them to be posted here.
I’m using the simplesearch plugin in the meantime, but as soon as there’s a fix I’d like to revert to search reloaded.
your bug is quite weird, because I recall I specifically assign the relevant variable at the end of the script. could you be more specific on your bug?
Thread Starter
Reuben
(@reuben)
Hi Denis, thanks for following up. I’m not sure what you need to know, but here’s the outline.
If I turn off search reloaded, and search, then I get fwd/back paging.
If I use the “simplesearch” plugin and search, I also get fwd/back paging (although, frankly, the results are not as good)
Finally, if I turn on search reloaded, the paging links disappear.
I looked at the php function which is being called from the search page (posts_nav_link) and it seems like it requires some variables to be set up previously to tell it whether to generate the links or not; on a brief reading of the search reloaded code (and I’m not a php coder per se, so I may have missed the relevant section) I didn’t see it.
Let me know if you’d like me to add any echoes etc to debug this further.