On Thu, May 14, 2009 at 5:20 PM, Radha C. <cra...@ceiindia.com> wrote:
> I need to search the multiple values from the same field. I am having the > following syntax > > I am thinking of the first option. Can anyone tell me which one is correct > syntax? > > Q=+title:=test +site_id:="200002 3000676 566644" > > Q=+title:=test +site_id:=200002 3000676 566644 > > Q=+title:=test +site_id:=200002 +site_id=:3000676 > > None of the above. That ":=" is not a valid syntax. The request parameter should be a lower cased "q". The "+" character signifies "must occur" similar to a boolean AND. Should title:test must match? Should all of "200002", "3000676" etc be present in site_id or just one match is alright? -- Regards, Shalin Shekhar Mangar.