You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facet display is used to sort the facet values again on the frontend, it doesn't affect how the facets get returned by the engine, as an object doesn't technically have an ordering. You can use sortFacetValuesBy to control the ordering of items in the facets object before they're displayed.
Our InstantSearch and algoliasearch-helper libraries do this sorting based on facet ordering out of the box
Algolia APP ID : T3TPSRKPQT. [UAT]
algolia sdk
function search
readonly search:
in response we have params
and i just get the response to call direct algolia
url: https://t3tpsrkpqt-dsn.algolia.net/1/indexes/*/queries
call direct
but response it different, [ ON SDK, Default sort by object id instead from facet display : count]
Example of response :
From SDK response : correct sort by count
from post main : correct sort by count
Expected Result :
From SDK response : should sort by count
The text was updated successfully, but these errors were encountered: