Generic block of text or JSON for custom metadata #842
tacman
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 1 reply
-
Hi @tacman 👋 Thanks for the thoughtful feedback, as always. Although we don’t currently support or have on the roadmap the option of storing application-specific metadata directly in the index, we can see how this would simplify certain workflows like yours. I’ll leave the discussion open for others to upvote and share their needs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I find myself wanting to associate some application-specific data with the index, and would like to embed it directly rather than maintaining it separately.
In particular, I want to provide some metadata about the fields that are in the database, and also some instructions as to how fields are rendered. meilisearch has never had a schema like other search engines, and I don't think it should because everyone would have lots of opinions about what should be in it. But having a generic block of text in the index would allow applications to add their own.
Currently I use external YAML files to configure the settings (filterable, searchable, etc.) but I also have data like "translatable" and range limits and restricted values. I'd like to embed those in the index, so I don't have to maintain a separate database of the metadata.
Thanks for your consideration.
Beta Was this translation helpful? Give feedback.
All reactions