-
Notifications
You must be signed in to change notification settings - Fork 4
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
how to do query like 'AND NOT' #4
Comments
Easiest way is to use the "+/-" syntax:
will list all MARSNodes that are not Software nodes. (The But I'll add more documentation on queries. |
TODO: Document how queries are passed to ElasticSearch. # |
It works, thanks mklemm2. |
another question, if it's possible to do 'gremlin query' using graphit-tool.py? |
gremlin queries and the simplified "verb" query (one-hop graph traversal) are already in the dev branch, so it will be available soon. |
awesome, look forward to it. |
Hi, I tried to use graphit-tool.py to do some query like below:
AND NOT /MasterIssueID: * AND NOT ogit/_id:"cjhuol7om2sixbx421kvxfakx"
the above is from a KI, how can I query the 'AND NOT' using graphit-tool.py
please advise, many thanks,
The text was updated successfully, but these errors were encountered: