Does anybody have any ideas of how to make an advanced search function?
I would like to accept a string as the search query. i want it to run a query on the string as a whole, and for each word in the query.
The problem is here:
The results need to be paginated, but it is difficult to paginate more than one query's results into multiple pages. you would be using arrays right? and each result gets put into the array, and no results are duplicated. this is what would be hard to paginate.
is there a better way to do this?
at least it is unapparent to me as to how it would be done.
google is a great example... go figure.
any help would be great guys, thanks.