Summary: | Additional match check comparison operators | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | MARC Bibliographic record staging/import | Assignee: | Galen Charlton <gmcharlt> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | andreas.jonsson, andrew |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 15536: Refactor to remove duplicated code.
Bug 15536: Update database schema Bug 15536: ui and store/fetch for new columns Bug 15536: implement match control check |
Description
David Cook
2016-01-11 01:31:57 UTC
Also equal/not equal to constant value would be nice. Created attachment 166947 [details] [review] Bug 15536: Refactor to remove duplicated code. Created attachment 166948 [details] [review] Bug 15536: Update database schema Created attachment 166949 [details] [review] Bug 15536: ui and store/fetch for new columns Created attachment 166950 [details] [review] Bug 15536: implement match control check I've added not equals as an operator in addition to being able to specify constant values as operands. Feel free to add additional operators. |