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

Advanced search by Attribute does not works

Hi all,

I'm doing a search using the advanced tab by attribute name and value but a weird behavior is going on.

If I use an attribute eg. "Criado por" and a text value like "L299" the search is correctly made. Using an attribute "Tamanho do Servio (PF)" and a numeric value "6" nothing is returned, but I could confirm which an asset with this pair of attribute name and value exists.

Any help about what can be going on?

0 votes



4 answers

Permanent link
Hi,

1) What is the version of RAM? For future info, please always include the version of RAM. 7.5, 7.5.0.2, etc. This is important because each version, even down to fix, can be very different.

2) Since this isn't English, I can't tell for sure but are there any UTF kind of characters (I don't know what PF is, if that is just my screen showing it wrong or just exactly PF)?

Thanks,
Rich

0 votes


Permanent link
The problem is being caused by the parenthesis in the attribute name. Try the following search
attribute:('Tamanho do Servio PF'='6')
and it should return the asset you are looking for. Let me know if this works and please open a defect for this issue.

0 votes


Permanent link
Thanks for all responses until now.

In fact the search criteria isn't english. The attribute has been named with special characters like and ()/[]{}. The PF is a a abreviation to Point Function (analysis), the name of attribute is exactly Tamanho do Servio (PF), using parentesis and special characters.

Looking on help, its necessary to scape this chars, but how exactly?

1. attribute:('Tamanho do Servio \(PF\)'='6')
2. attribute:('Tamanho do Servio \\(PF\\)'='6')
3. And the char (html => ç) how to scape?

0 votes


Permanent link
It's not possible to escape the characters. Instead you just have to remove them.
attribute:('Tamanho do Servio PF'='6')

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: May 02 '12, 1:23 p.m.

Question was seen: 3,957 times

Last updated: May 02 '12, 1:23 p.m.

Confirmation Cancel Confirm