I need to make a solr query through url and I do:
Query has to be
name:john AND id:5
Filter Query
byr:75 OR byr:90
I tried doesn't seem to work
url.....?q=name:john+id:5&fq=(byr:75 OR byr:90)
I know that AND is + but what is the symbol for OR? Couldn't find much online so seeking help here