You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
cropplan...@gmail.com
on 1 Apr 2008 at 2:54The text was updated successfully, but these errors were encountered: