MeiliSearch/meilisearch-http/src
bors[bot] f359b64d59
Merge #946
946: Sort displayedAttributes field r=MarinPostma a=gorogoroumaru

Fix #943

displayedAttributes use the HashSet struct which is an unsorted structure, so I changed the implementation from HashSet into BTreeSet.

Co-authored-by: gorogoroumaru <zokutyou2@gmail.com>
2020-10-13 14:37:47 +00:00
..
helpers fix clippy 2020-10-13 10:01:57 +02:00
models introduce new key management 2020-02-14 12:54:07 +01:00
routes update test 2020-10-10 06:13:27 +00:00
analytics.rs add more analytics 2020-06-02 15:40:31 +02:00
data.rs fix backups 2020-09-30 13:20:40 +02:00
dump.rs fix clippy 2020-10-13 10:01:57 +02:00
error.rs fix backups 2020-09-30 13:20:40 +02:00
lib.rs fix backups 2020-09-30 13:20:40 +02:00
main.rs fix backups 2020-09-30 13:20:40 +02:00
option.rs fix backups 2020-09-30 13:20:40 +02:00
snapshot.rs fix clippy 2020-10-13 10:01:57 +02:00