Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced Text Filtering #35

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 6 comments
Open

Advanced Text Filtering #35

GoogleCodeExporter opened this issue Apr 18, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link


By default, text filters are ANDed and apply to all filterable fields.

We should add the following features:

1. NOT and OR keywords

2. literal string matching via double quotes (lower priority)

3. targeted field matching via search term prefixes.  This is the real
cherry on top.  We could recognize the following prefixes (or any leading
substring of them) to limit specific terms to specific fields:
    crop: Crop Name
    variety: Variety Name
    plant: Planting Date
    transplant: TP Date
    harvest: Harvest Date
    flat: Flat Size
    field or location: Field or Location
    group: Groups
    notes: Notes
    otherreq: Other Requirements
    etc...



Original issue reported on code.google.com by cropplan...@gmail.com on 1 Apr 2008 at 2:54

@GoogleCodeExporter
Copy link
Author

I was thinking we use a colon (:) as the delimiter between prefix and search 
term.

Original comment by cropplan...@gmail.com on 1 Apr 2008 at 2:55

@GoogleCodeExporter
Copy link
Author

Oddly, this issue doesn't come up when I search for the word filter.

Original comment by cropplan...@gmail.com on 1 Apr 2008 at 2:57

@GoogleCodeExporter
Copy link
Author

A couple other things to search on:

keyword:
custom1..5:

The "custom1..5" will be interesting since we could in theory match on 
something as
simple as "c1:...".

Original comment by cropplan...@gmail.com on 3 Apr 2008 at 6:47

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 28 Sep 2008 at 8:13

  • Added labels: Milestone-Future

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 18 Oct 2008 at 11:44

  • Added labels: Priority-WouldBeNice

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 18 Oct 2008 at 11:52

  • Added labels: Version-Future
  • Removed labels: milestone-future

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

No branches or pull requests

1 participant