How can i change default sort by option on search result

I want to change default sort option on search result.

from A to Z to created ascending.

my theme is dawn ver 4.0.0

here’s search.json code

{
“sections”: {
“main”: {
“type”: “main-search”,
“settings”: {
“columns_desktop”: 4,
“image_ratio”: “adapt”,
“show_secondary_image”: false,
“show_vendor”: false,
“show_rating”: false,
“enable_filtering”: true,
“enable_sorting”: true,
“collapse_on_larger_devices”: false,
“article_show_date”: true,
“article_show_author”: false,
“columns_mobile”: “2”,
“padding_top”: 36,
“padding_bottom”: 36
}
}
},
“order”: [
“main”
]
}

Hi @Aixent ,

Shopify does not support sorting alphabetically for search results. You can only sort by price, refer: https://shopify.dev/themes/navigation-search/search#query-parameters , go to ‘sort_by’

If you want to add this you can just install app, refer https://apps.shopify.com/product-filter-search or https://apps.shopify.com/product-filter-and-search

Hope it helps!

So it’s $19 to be able to sort search results alphabetically? Thats absolutely nuts! Its a basic requirement of any site.

I am amazed that this could happen.

Nearly 3 years later - Shopify’s search API is still unacceptable.