why is it breaking it apart into t,e,s,t,i,n,g? I have a feeling I'm doing something wrong, but can't figure out what :-) Also note that simple filters work, like
tw.tasks.pending().filter(description='the')
this translates to description:'the' which correctly matches tasks whose description starts with "the"
hello, trying the examples from README, using taskwarrior 2.6.2 and current develop branch of tasklib:
the strange thing is, look at the [slightly reformatted] trace:
why is it breaking it apart into
t,e,s,t,i,n,g
? I have a feeling I'm doing something wrong, but can't figure out what :-) Also note that simple filters work, likethis translates to
description:'the'
which correctly matches tasks whose description starts with "the"