Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Inverse search

Hi all,

There some tip to perform an inverse search. I have some assets that were inserted by users and lots of other loaded by the Excel Batch Uploader, these loaded assets are tagged with "automatic_load", I'd like to search the assets that not are loaded automatically. Is there some way to do that?

0 votes



One answer

Permanent link
It's a bit tricky, but it's possible. The format is

* NOT _fTag(/automatic_load)

The query says everything (the *) that is not tagged with automatic load. The format for the tag is to insert a '/' as the first character, lowercase all of the characters in the tag, and replace spaces with underscores. For example, the query for everything not tagged with 'My Tag' would be

* NOT _fTag(/my_tag)

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 16 '12, 10:39 a.m.

Question was seen: 5,178 times

Last updated: Mar 16 '12, 10:39 a.m.

Confirmation Cancel Confirm