Re: LTR 'feature' and passing date parameters

2017-10-18 Thread Dariusz Wojtas
Thank you very much Binoy. This worked perfectly. Best regards, Dariusz Wojtas On Wed, Oct 18, 2017 at 5:06 PM, Binoy Dalal wrote: > Dariusz, > This problem is most probably occurring because solr does not store dates > in the format you've specified. It's something like: 2017-10-08T12:23:00Z.

Re: LTR 'feature' and passing date parameters

2017-10-18 Thread Binoy Dalal
Dariusz, This problem is most probably occurring because solr does not store dates in the format you've specified. It's something like: 2017-10-08T12:23:00Z. You'll probably need to specify your date in your efi feature in the manner above to get it to work. You can find more details on dates here