Search relevance after adding special search criteria
-
Okay, so I was trying to add special criteria for searches. The rough idea is I’ve got this in my search.php:
parse_str($_SERVER["QUERY_STRING"], $query_arr); //add and change some of the elements of $query_arr query_posts($query_arr); ?>
But I would also like to order by relevance, so I tried out Relevanssi. And maybe it’s incompatible with the custom modified search, because it isn’t changing the order at all.
And query_posts does have an orderby parameter, but none of the listed values are what I want.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Search relevance after adding special search criteria’ is closed to new replies.