Skip to content
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

sparse pattern query does not allow nested spare terms. #2972

Open
linas opened this issue Jul 22, 2022 · 0 comments
Open

sparse pattern query does not allow nested spare terms. #2972

linas opened this issue Jul 22, 2022 · 0 comments

Comments

@linas
Copy link
Member

linas commented Jul 22, 2022

The sparse queries are used for the cheminformatics git repo. They consist of an unordered link holding the query pattern, and a glob to soak up everything else. As currently implemented in pull reqs #2968 #2970 #2971 these kinds of patterns cannot be nested one inside another. The fix to allow nesting is not hard: just do the same thing that the unordered link code does to push-pop the state onto a stack.

Fixing this seems like a low priority for now, I can't imagine what it would be used for ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant