Rohit Gohri
Rohit Gohri
Weird, will test
I'm not sure how that would look like, do you have any examples on what the feature would look like for a user? I think we could add support for...
@bryanjtc None I'm aware about. But thanks for reviving this (also @Nostromos ). I started looking into it, and docusaurus has pretty extensive translation workflows that I'd like to plug...
I think this is the current best work-around - https://github.com/rohit-gohri/redocusaurus/discussions/317#discussioncomment-7563902
Thanks @slorber for forwarding the issue! I'll try to look into what API redoc makes available to get the anchor ids but since the rendering is done mostly by redoc...
@DrBronsy Can you share a small reproduction? Some sample schema I can test with
@mason-at-pieces can you share any openapi spec that I can use to reproduce the issue? Might be related to redoc issue - https://github.com/Redocly/redoc/issues/2383
Good catch
> ```js > // better name? > Model.query().whereIgnoreNull('search', args.search) > > // or > Model.query().where('search', args.search, {ignoreNull: true}); > ``` These will only be helpful if the condition is the...
Something like `whereIgnoreNull` also isn't useful for functions or raw params: ```js Model.query().where((q) => { q.where('id', options.id).orWhere('id', '