Heroic Labs Documentation | Storage Search)-,Listing%20from%20an%20index,-%23
such as
name := "index_name"
query := "+value.field1:1 value.field2:foo"
limit := 10
err := nk.StorageIndexList(name, query, limit)
I want to sort by value.field1, how should I write the query? thanks @sesposito
Hello @hexun80149128, currently storage index listing does not support sorting the results.
Best.
Can you support the feature soon? Thanks. @sesposito
I found bluge support sorting。Sorting - Bluge Labs
Please open an issue with a feature request and we’ll consider adding it to our roadmap. PRs are also welcome
Thank you for your contribution @hexun80149128, we may take some time to review it but we’ll get back to you.
@sesposito When can it be merged? thanks。