Re: tags-tree question
Carsten Dominik <carsten.dominik <at> gmail.com>
2008-11-01 12:51:56 GMT
On Oct 29, 2008, at 4:52 PM, Carsten Dominik wrote:
> Hi Pete,
>
> since the TODO part i this logic was only implemented very late,
> the logic is unfortunately a bit strange: "/" has the
> lowest priority, and only on is allowed.
>
> So I believe this should be your search string.
>
> "Office|LaptopS/NEXT"
>
> It really should be the other way round...
>
> With a speed penalty, you can also write
>
> "Office+TODO=\"NEXT\"|LaptopS+TODO=\"NEXT\""
I have now removed the speed-penalty on this syntax.
So if, during a tag search, you use property-like expressions
for TODO, LEVEL, or CATEGORY, there will be no speed penalty
involved. If you access any other properties, there will be
a one-time penalty. Once you have paid that penalty for a
single property, it is cheap to test additional properties
(unless inheritance is involved).
I have also improved the documentation related to this.
- Carsten
(Continue reading)