Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Filtering data is not sufficiently flexible #17

Open
msarahan opened this issue Sep 29, 2015 · 1 comment
Open

Filtering data is not sufficiently flexible #17

msarahan opened this issue Sep 29, 2015 · 1 comment

Comments

@msarahan
Copy link
Contributor

  • Multiple conditions need to be additive (in all of Boolean logic glory).
  • need expression as some reasonable human readable string (or otherwise, a way to name models, since models specify this string to reconstruct the filter to the corpus.)

Approaches:

  • Conform to ES existing syntax (JSON)
  • hairy eval/exec with string formatting (might be a necessary implementation detail for DictionaryCorpus)
  • Anything else?
@msarahan msarahan added this to the 0.3 Release milestone Oct 1, 2015
@msarahan
Copy link
Contributor Author

May be useful to use pyparsing: https://gist.github.com/thomasst/5520204

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant