allow dots in document id #799
tacman
started this conversation in
Feedback & Feature Proposal
Replies: 2 comments
-
Hi @tacman , we agree this would be useful. If we were to implement it, that would mean you'd need to url encode the documents if you want to use the GET route. Would that be acceptable to you? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes. Though....why? dots in routes are valid, they don't have to be extensions. Regardless, yes, having the dot in the key is more important. And most of the time I use a library to do the get (the meili-php library). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have data that is keyed by domain name, and would like use that for the document id,
Would you consider allowing dots in the document id?
Beta Was this translation helpful? Give feedback.
All reactions