Hi! We are looking forward to start using the opti...
# community-help
j
Hi! We are looking forward to start using the option for sort facet values based on their names (instead of counts) I’m looking at the github issue [NEW Feature]Sorting facets alphabetically #521 Does this work with the typesense-instantsearch-adapter? Currently I’m doing it like this with typesense-instantsearrch-adapter. Will the sortBy option work when version 0.26 is available?
Copy code
refinementList({
            container: '#relevant-gdpr-articles',
            attribute: 'relevant_gdpr_articles',
            operator: 'and',
            searchable: 'true',
            limit: 0,
            sortBy: ['name:asc'],
       
        }),