-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is filtering on custom namespace elements possible? #568
Comments
It should be, although with a few restrictions that you may have hit, although I have not tested it so there may be other problems. Where exactly is usg:treasury-account/usg:regular-account@code expected? The restrictions are: No indexes in the data base so any query will be rather slow. No repeated elements, so if usg:treasury-account is repeated multiple times only the last one will be available. |
OK there are 65409 results, which means that although the following should work it's a bit too big for it to actually do so... I'll take a look at the limits I'm putting on the server, it might be OK to raise them a tad |
and that link should work now as I've bumped the size of requests the server will accept. and you may want to take a look at the dquery that is used to get what you want The simpler old style q version will not work for non standard elements as they get filtered out. |
Hi @andylolz - does this work for you? Just wondering if I can close this issue. |
Oops! Apologies for not replying. Yes, this is great thanks! Close away. |
For example,
usg:treasury-account/usg:regular-account@code=72
.I tried naively tried this one, but wasn’t able to get it to work. Is there some way to apply a filter like this?
Thanks!
The text was updated successfully, but these errors were encountered: