Hi Everybody,

Is there a way to pass only some of the data by reference and some others in the q param?

e.g.:

q1. http://localhost:8983/solr/my_core/select?{!q.op=OR v=$a}&fl=abstract,title&a=hospital Leapfrog&debug=true

q1a. http://localhost:8983/solr/my_core/select?q=hospital AND Leapfrog&fl=abstract,title

q2. http://localhost:8983/solr/my_core/select?q=hospital AND ({!q.op=AND v=$a})&fl=abstract,title&a=hospital Leapfrog

q1 & q1a are returning the same results, but q2 is somehow not analyzing the $a parameter properly...

Am I missing anything?

Kind regards,
Bastien Latard
Web engineer
--
MDPI AG
Postfach, CH-4005 Basel, Switzerland
Office: Klybeckstrasse 64, CH-4057
Tel. +41 61 683 77 35
Fax: +41 61 302 89 18
E-mail:
lat...@mdpi.com
http://www.mdpi.com/

Reply via email to