christian-marie / sieste

REST interface to vaultaire
Other
3 stars 1 forks source link

Split query value into tokenized fields #8

Closed glasnt closed 10 years ago

glasnt commented 10 years ago

If a query comes in with instring asterisks, split it into separate {field:any value:x} chevalier calls.

Allows for combination searching (not limited to order of keys) now that there aren't any string concatenation indexes.

glasnt commented 10 years ago

formatting updated per line comments