sort order of search result page
-
Hi! I do have a setup with facet wp and do use relevanssi as search engine. So i use the search facet https://facetwp.com/help-center/facets/facet-types/search/. my out listing has this query
[
"products"
],
"post_status" => [
"publish"
],
"meta_query" => [
"sort_0" => [
"key" => "artikelnummer",
"type" => "CHAR"
]
],
"orderby" => [
"sort_0" => "ASC"
],
"posts_per_page" => 50
];
the meta query sort by articelnumber does not work. lets say we have 20 results, 10 are fine and then comes a number gap. should i ask facet or does somebody here have an idea? thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘sort order of search result page’ is closed to new replies.