I have the following task:
Make a query where I have to give preference to the last word as a parameter.
I search in two fields with a OR
, but I need to prioritize the query by the first field.
For example: if I search for "% physical%", it currently brings the word physics in both fields, but the most important is the first field, because since I am doing OR
, in the first column I display the result appears physics at the beginning and comes a lot of other results, and then more "physical", "physical education".
I do not know if I explained it right, but I hope someone has an idea to solve this, I've already looked like crazy.