Re: OR condition between !frange and normal query

2017-03-03 Thread Emir Arnautovic
04:51, Zheng Lin Edwin Yeo wrote: Hi, Would like to check, how can we do an OR condition between !frange and normal query? For example, I want to have the following condition in my query: ({!frange l=1}ms(startDate_dt,endDate_dt) OR (startDate:[2000-01-01T00:00:00Z TO *] AND endDate:[2016-12

Re: OR condition between !frange and normal query

2017-03-02 Thread Zheng Lin Edwin Yeo
ange l=1}ms(startDate_dt,endDate_dt)" OR > _query_:"startDate:[2000-01-01T00:00:00Z TO *] AND > endDate:[2016-12-31T23:59:59Z]" > > HTH, > Emir > > > > On 02.03.2017 04:51, Zheng Lin Edwin Yeo wrote: > >> Hi, >> >> Would like to check, h

Re: OR condition between !frange and normal query

2017-03-02 Thread Emir Arnautovic
e do an OR condition between !frange and normal query? For example, I want to have the following condition in my query: ({!frange l=1}ms(startDate_dt,endDate_dt) OR (startDate:[2000-01-01T00:00:00Z TO *] AND endDate:[2016-12-31T23:59:59Z])) How can we put it in the Solr query URL for Solr to reco

OR condition between !frange and normal query

2017-03-01 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, how can we do an OR condition between !frange and normal query? For example, I want to have the following condition in my query: ({!frange l=1}ms(startDate_dt,endDate_dt) OR (startDate:[2000-01-01T00:00:00Z TO *] AND endDate:[2016-12-31T23:59:59Z])) How can we put it