Nicolas Morel
Nicolas Morel
Oh I missed that. I recreated a commit in the merge we're doing (#129) with your name, it was harder to cherry-pick, hope you don't mind.
The readme is already pretty explicit about it...
I'm resurrecting this PR just to tell I had the same need and implementing `$nin` was far easier and hopefully more optimized on mongo, hope this helps.
Hello, Just checking whether this is a stale request as I'm looking for the same thing, this is still not possible as of today, right?
I had already made #141 fwiw, but no review so far.
This will be hard without a mean to reproduce your problem. This is a documented constraint [here](https://hapi.dev/api/?v=20.2.1#path-parameters), why would replacing the dash with an underscore cause a path conflict?
Please provide a full reproduction for your issue. Note that duplicating your issue is neither necessary nor helpful.
Should we then do node version detection? I don't think hapi 22 is anywhere near.
1. It is indeed a feature, you ask for a date validation, you get a date. 2. The date you see depends on the timezone you've set on your machine....
Joi schemas, unless instructed otherwise, describe the types you get in the end, not the types you receive. Moment is used for parsing, that's it, the contract to get a...