meilisearch / mini-dashboard

mini-dashboard for Meilisearch

Home Page:https://edge-preview-meili.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fields with "." are not displayed correctly

Nextra opened this issue · comments

If a field contains "." anywhere in the name, dashboard does not render the field value.

Thanks a lot for your bug report @Nextra !

Hello @Nextra !

After further investigation, it appears that it is not a bug and that documents attributes shouldn't contain dots.
This repository is using Instant MeiliSearch, which is based on Algolia's Instant Search library.
I invite you to read this page regarding nested attributes, and adapt your documents according to it.

Don't hesitate if you have any question 😀

Okay, I wasn't aware of compatibility with Algolia in this specific way. Unfortunately MeiliSearch does not yet support configuring nested fields for filtering, which is why I pre-flattened documents in the first place.

Thanks for investigating.