Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Complex Search with "OR" #686

Closed
LisaEggert opened this issue Jan 27, 2021 · 0 comments
Closed

Complex Search with "OR" #686

LisaEggert opened this issue Jan 27, 2021 · 0 comments

Comments

@LisaEggert
Copy link

LisaEggert commented Jan 27, 2021

I would like to make a quiet complex query with a chain of smaller queries connected with th OR-operator.
In "normal language" it would be something like: "Show me all results that are either A=B and B not= C or D=E and E not=F or G=H and I=K but Hnot= ..."
I used the |-operator and brackets. My first attempt looks like this:
(REISCH = ‎"PAARR‎" &
REILAB &
REILAB &
#1 o #2 &
#1 r #3 &
#2 != #3) |
(REISCH = ‎"KREUZ‎" &
REILAB &
REILAB &
REILAB &
REILAB &
#4 o #5 &
#4 o #6 &
#4 o #7 &
#4 r #8 &
#5 == #7 &
#6 != #8) |
(REISCH = ‎"KREUZ‎" &
REILAB &
REILAB &
REILAB &
REILAB &
#9 o #10 &
#9 o #11 &
#9 o #12 &
#9 r #13 &
#10 != #12 &
#11 == #13) |
(REISCH = ‎"BLOCR‎" &
REILAB &
REILAB &
REILAB &
REILAB &
#14 o #15 &
#14 o #16 &
#14 o #17 &
#14 r #18 &
#15 == #18 &
#16 != #17) |
(REISCH = ‎"BLOCR‎" &
REILAB &
REILAB &
REILAB &
REILAB &
#19 o #20 &
#19 o #21 &
#19 o #22 &
#19 r #23 &
#20 != #23 &
#21 == #22)
I probably do not understand the query-language properly - being a literary sholar. Is there any possibility to make such a query? In the guidelines available I can't find much on complex queries of this kind.
Thank you very much!

@korpling korpling locked and limited conversation to collaborators Aug 26, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants