Re: More bugs ;-)
Johannes Zarl-Zierl <[email protected]>
| Newsgroups | gmane.comp.kde.kimdaba |
|---|---|
| Message-ID | <1631236.7FHrZyrZrA@mani> |
Am Dienstag, 26. Februar 2019, 22:47:51 CET schrieb Robert Krawitz: > On Tue, 26 Feb 2019 22:22:38 +0100, Johannes Zarl-Zierl wrote: > > Hi Robert, > > > > I've found some more bugs. Matching by some variables seems to be broken: > > > > contrib/kpa-filter --db demo/index.xml '($yearTo == 0) && ($monthTo == 0) > > && ($dayTo == 0) && ($yearFrom == 0) && ($monthFrom == 0) && ($dayFrom == > > 0)' > That's an artifact of older database versions, correct? This script > isn't supposed to support anything older than version 7. Do I need to > know about those options? I took those straight from the help text of kpa-filter. I thought they are there to access the startDate and endDate attributes? If that was not the intention, then yes, they are from an older database format (version 1 or 2). Johannes