https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30745

--- Comment #66 from David Cook <[email protected]> ---
(In reply to David Cook from comment #65)
> I'm going to just double-check the QueryBuilder stuff a bit more... 

Hmm... we still don't have feature parity between Zebra and Elasticsearch here
in terms of the QueryBuilder. We're not supporting the "ge" and "le" with
acqdate in Elasticsearch:

Zebra:
acqdate,ge,st-date-normalized=2015
4 results

Elasticsearch:
acqdate,ge,st-date-normalized=2015
0 results

--

But the approach used in these patches works for both Zebra and Elasticsearch:

Zebra:
acqdate,st-date-normalized=2015 -

Elasticsearch:
acqdate,st-date-normalized="2015 -"

And it looks like we don't have any hard-coded places where ",ge" or ",le" are
used with acqdate. 

--


I tried out the "Acquisition date (yyyy-mm-dd)" in advanced search and it
appears to still work for both Zebra and Elasticsearch.

I think this particular scenario is a tough one due to very specific search
engine syntax required... but I think this works and doesn't break anything
else. 

I'm happy to give the thumbs up once the QA tool warnings are cleared. I might
take a quick look at doing that now...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to