Forum Moderators: coopster
now what i want is to put results in specific order
like the results when the match is in the topic_subject comes first then the results when the match is in the topic_body all in one query
i could do it by making two queries but then i would have problem with pagination!
there is a way to solve this .. like to create a table for searches and store found results IDs in that table along with the search ID and this will solve the pagination problem! but for some reason regarding SEO issues i cant do it this way
so is there another way to do this?
thanks in advance
btw i figured out that i could do this by using UNION to merge results from the first query which searches in the subject with results from query which searches in the body and that's all i need
thanks a lot for your help