David Webster
David Webster
The email validation will allow me to enter "[email protected]" even though this is not a valid email address - there are two consecutive dots before the country code.
I'm getting an error running this GitHub Action. This change fixes it. It sets `MIX_HOME` in the entrypoint to the same location that is used in the Dockerfile. The error...
My content is available in many languages, using Strapi's i18n plugin. According to the [Meilisearch docs](https://www.meilisearch.com/docs/faq#speeding-up-meilisearch), it is advised to "split your dataset—one language per index". However, I don't think...
It should be possible to do a [federated search](https://www.meilisearch.com/docs/learn/multi_search/performing_federated_search) using the autocomplete client.
I am using the `map` function. Sometimes my mapper function is called with a PID instead of the correct arguments. This results in a `FunctionClauseError` because my mapper doesn't accept...