intake-esm
intake-esm copied to clipboard
en/stable/user-guide/search
Is there a bug with the require_on_all argument? Your documentation shows an error and I get the same error when trying to use the argument. This argument would be very useful for me in data discovery, can we try to resolve the issue?
@MackenzieBlanusa, thank you for reporting this. This is definitely a bug 🐞 in the latest release. The development branch (main) appears to be working fine: https://intake-esm.readthedocs.io/en/latest/how-to/enforce-search-query-criteria-via-require-all-on.html.
I'm going to look into this in the coming days. In the meantime, do you mind installing intake-esm from the source via the main branch?
$ python -m pip install git+https://github.com/intake/intake-esm
@andersy005 Great, thank you! I'll install via the main branch for now.
This appears to be resolved in the latest docs (https://intake-esm.readthedocs.io/en/latest/how-to/enforce-search-query-criteria-via-require-all-on.html)