https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31881 --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- (In reply to Marcel de Rooy from comment #4)
Currently with Elasticsearch the link does not work because search query contains 'field,phr:', which is useless since the link contains 'idx=field,phr'.
Not sure about this one. Are we really resolving the problem or just creating a workaround?
You say that the query contains 'field'. Isnt that just misconfiguration? The framework column link should contain a valid index?
Please clarify.
Sure. In test plan, framework column link contains 'title' which is a valid 'index' (= search field). Actually the build search link contains the search field twice : &idx=title,phr &q=title,phr:... I think we want to build a search query like it as been created from advanced search. So keep '&idx' and remove search field from '&q'. -- You are receiving this mail because: You are watching all bug changes.