Moritz L'Hoest
Moritz L'Hoest
@i-just Thanks for the reply, Iwona! As I mentioned above, eager-loading is difficult if you have a utility template or macro to do the heavy lifting in terms of defining...
@i-just Just encountered another case where a valid email address is rejected. Turns out German umlauts (ä ö ü) cause an email to fails validation as well, despite being valid....
@brandonkelly > I would expect the second query to be faster than the first, since it’s checking for relationships going both directions instead of just one. I would have expected...
@mmikkel Thanks for the suggestion! Just gave that a try, unfortunately it didn't help. The query is slightly faster, but not meaningfully (something like 30s to 25s). I really think...
@i-just Looks good, thanks!
Found another one in the docs for the `_meiliSearchSources` tool: https://www.meilisearch.com/docs/learn/chat/chat_tooling_reference#meilisearchsources The documentation lists an argument `documents`, but the API actually returns `sources`.
@engram-design Thanks for the explanation! I think it would make sense to move the initial evaluation to the server. This way, the form would already render in the intended initial...
@engram-design Thanks! Might be a good idea to run the initial evaluation only server-side and only have JS kick in on changes then.
@engram-design Thanks for the explanation and the alternatives! I didn't consider the security implications, you're right, that would be bad indeed. Maybe a very tightly controlled sandbox using the [Sandbox...