Hello!

You can obtain a list of tables without tags by SQL query:

SELECT DISTINCT * FROM wiki WHERE name NOT IN (SELECT DISTINCT name FROM
tags WHERE tagspace = 'wiki');

This query may be expensive depending on the number of entries in the tags
table.

2014-12-13 16:49 GMT+02:00 Brault, Jason <jabra...@bechtel.com>:

>  Hello,
>
>
>
> We have the Tags plugin implemented with our Trac instance and have
> implemented a tag-based documentation page. Several people are creating new
> wiki articles daily, and some are forgetting to add tags. To be able to
> more easily track these pages down, I was wondering if there is any syntax
> for pulling out wiki pages that are not tagged (i.e. NULL). I have tried a
> few different syntaxes, but I have been unable to find out if there is a
> way. Is there any way to accomplish this? Below is one example that I
> tested, but it did not work. Any feedback will be much appreciated.
>
>
>
>
>
> [[ListTagged(realm:wiki `NULL`)]]
>
>
>
> Thanks,
>
>
>
> Jason Brault
>
> _______________________________________________
> th-users mailing list
> th-users@lists.trac-hacks.org
> https://lists.trac-hacks.org/mailman/listinfo/th-users
>
>


-- 
;; -*- signature -*-
_______________________________________________
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users

Reply via email to