search for: xname8

Displaying 1 result from an estimated 1 matches for "xname8".

Did you mean: xname
2014 May 17
2
Search for exact match on document
...thing like FNAMEfoo FNAMEbar ... My question is: how can I can query by name the entry 2 without matching entry 1 nor 3? I tried using Query((FNAMEfoo PHRASE 2 FNAMEbar)) but this is returning me two entries (naturally). I know that, for obtaining the entry 1 alone, I can query Query('"XNAME8"') (i.e. using the name between "'s), but for the entry 2 I'm not being able to construct the query. I'm using python Xapian bindings. More generally, the question can be posed on the following terms: how can I query exact matches to fields? Thank you very much, Jorge