Opened 10 years ago
Closed 10 years ago
#176 closed enhancement (fixed)
Customize search operators for itemData fields
| Reported by: | dstillman | Owned by: | dstillman |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 Beta 1 |
| Component: | data layer | Version: | 1.0 |
| Keywords: | Cc: |
Description
Group itemData fields into appropriate templates with type-specific operator sets (i.e. dates have beforeThan and lessThan, etc.)
Change History (2)
comment:1 Changed 10 years ago by dstillman
- Summary changed from Customize operators for itemData fields to Customize search operators for itemData fields
comment:2 Changed 10 years ago by dstillman
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [552]) Closes #176, Customize search operators for itemData fields
Implemented isBefore and isAfter operators and added to date conditions -- currently have to type dates in SQL format, but we'll have a chooser or something by Beta 2 (this should probably be a known issue)
Added isLessThan and isGreaterThan to 'pages', 'section', 'accessionNumber', 'seriesNumber', and 'issue' fields, though somebody should probably check me on that list
Removed JS strict warning on empty search results