solr query for dynamic date and static time

Viewed 11

I created a fq for date time but the date will be dynamic and time(11:00 to 16:00) will be static. so for that i write query which is below but date is not coming from solr so please tell me correct query for that

my query: '&fq=(out_bound_ddt_s:["ddt 11:00:00" TO "ddt 16:00:00"])&sort=totalprice '

note: date is stored in ddt

0 Answers
Related