Hi,
Should it possible to give me a little help on how to use the query parser?
I've haystack + xapian installed and working with facets but the AutoQuery is doing a poor job with the simplest query string with 2+ words, so I really need query parser. What I mean is, with one word query, the results are coming back; but if I try a two words query nothing shows up even though both words are indexed. That is, AutoQuery isn't splitting the words properly.
An example of the search method should be enough or any other help on how to stack query parser with haystack.
Thanks in advance.
Mário
Em sexta-feira, 11 de maio de 2012 08h59min00s UTC-3, Vignesh Sarma escreveu:
That sounds awesome!!!
On Fri, May 11, 2012 at 4:20 PM, Matt DeBoard wrote:
Cool, I will definitely be putting this into production soon.
On Fri, May 11, 2012 at 12:33 AM, Vignesh Sarma wrote:
Hi,
Every thing is now working, we were testing it on recruiterbox.com. Its completely working now.
On Fri, May 11, 2012 at 4:20 AM, Matt DeBoard wrote:
What bits of it aren't in the "mostly working" category?
On Thursday, May 10, 2012 5:00:15 AM UTC-4, Vignesh Sarma wrote:
Hi,
we have created a Search query parser, that can be used with haystack, it returns a SQ object,
for more details look at: https://github.com/recruiterbox/haystack-queryparser#readme
feel free to use it,
-vignesh
Thanks
--