Jppy: 0.0.34 and filtering (Was: Re: 0.0.33 is ready)

Nicholas Piper nick at nickpiper.co.uk
Tue Oct 31 15:23:10 GMT 2006


On Sun, 22 Oct 2006, Nicholas Piper wrote:

[...]
> On features - please let me know what you'd like to see. Personally,
> I'm fancying better filtering options and a list-export facility.

r154 (bumps to 0.0.34) adds a basic filter language.

You can do queries like 

(for contacts)
company contains 'taxi'
firstname startswith 'nic' and lastname endswith 'er'
firstname = 'john' and not lastname 'brown'
firstname = 'alex' and birthday > 1980-01-01
city1 = 'glasgow'
custom1 contains 'the'

(for tasks)
due > today
due <= yesterday and priority > 2
description contains 'pineapple'
complete = false and priority > 3 and due > 2005-10-10

and of course the normal category filter applies. You can't specify
category in the filter string itself though, yet (until someone asks
for that.)

enjoy!

 Nick

-- 
Nick Piper, Developer, LogicaCMG           http://www.nickpiper.co.uk/
GPG Encrypted mail welcome!                             1024D/3ED8B27F
Choose life. Be Vegan :-) Please reduce needless cruelty + suffering !




More information about the Jppy mailing list