Item10895: With query search I want to list fields that don't have the attribute hidden set
Priority: Low
Current State: Closed
Released In: 1.1.4
Target Release: patch
Applies To: Engine
Component: Documentation
Branches:
To my surprise I cannot search attr
on form fields (as I can with attachments attr
).
It is possible, see:
%QUERY{"fields[NOT lc(attributes)=~'h']"}%
...
Try:
%QUERY{"fields[NOT lc(attributes)=~'h'].name"}%
... creates:
[{'name' => 'Summary','title' => 'Summary','attributes' => 'M','value' => 'With query search I want to list fields that don\'t have the attribute hidden set'},{'value' => 'Main.ArthurClemens','attributes' => 'M','title' => 'ReportedBy','name' => 'ReportedBy'},{'value' => '1.1.3, trunk','name' => 'Codebase','title' => '
Codebase','attributes' => ''},{'value' => '','title' => 'SVN Range','name' => 'SVNRange','attributes' => ''},{'value' => 'Engine','name' => 'AppliesTo','title' => 'AppliesTo','attributes' => 'M'},{'value' => 'Documentation','title' => 'Component','name' => 'Component','attributes' => ''},{'value' => 'Low','name' => 'Priority','title' => '
Priority','attributes' => 'M'},{'value' => 'Closed','name' => 'CurrentState'},{'attributes' => '','title' => 'WaitingFor','name' => 'WaitingFor','value' => ''},{'name' => 'Checkins','title' => 'Checkins','attributes' => '','value' => ''},{'value' => 'patch','title' => 'TargetRelease','name' => 'TargetRelease','attributes' => ''},{'value' => '1.1.4','attributes' => '','name' => 'ReleasedIn','title' => 'ReleasedIn'}]
Try:
Summary,ReportedBy,Codebase,SVNRange,AppliesTo,Component,Priority,CurrentState,WaitingFor,Checkins,TargetRelease,ReleasedIn
(doesn't work on f.o. but works on release 1.3).
Added documentation.
--
ArthurClemens - 17 Jun 2011