This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: re-use query sort order as search order with Ajax Search Pro.

Home Forums Product Support Forums Ajax Search Pro for WordPress Support re-use query sort order as search order with Ajax Search Pro. Reply To: re-use query sort order as search order with Ajax Search Pro.

#33615
sensafred31sensafred31
Participant

I am working on this now. One piece of information that is missing from the documentation:
https://knowledgebase.ajaxsearchpro.com/hooks/filters/query-and-output/asp_query_args#primary-and-secondary-ordering

You can set the primary search order to
Primary ordering: Custom Field descending
custom field name: views
type: numeric

how would you use that in
$args[‘post_primary_order’] = “relevance DESC”;

?