I would really appreciate some help on this.
I've amended my site to only display search results in a particular category or set of categories. However, to do this I have overidden the q_list_item function and I have conditions in there to decide whether to show question.
What I didnt think about was the page-links. For example - the SQL query may return 40 questions but my q_list_item may only decide to display 3 of them. I'd then got lots of empty pages.
What I really need is to amend the SQL query so that the filter is done there but this is far too complicated for me.
Can anyone suggest how I change the SQL Select functions for search so that it only returns results for lets say questions with a catid of 10.
Thanks for any advise.