Finding Deep Search Filters

Discuss problems installing or using TrackStudio.

Finding Deep Search Filters

Postby dustin.sauter » Thu Jan 27, 2011 2:50 am

We have about 700 filters in our TS implementation. I'd like to get a list of all Filters that are using the Deep Search flag. Looking at the DB, I haven't yet been able to figure out where these are stored as they are not in the gr_filter or assocaited tables. Does anyone have a good map of where the task data is in the DB or any suggestions to get at this another way? Thanks.
dustin.sauter
 
Posts: 7
Joined: Tue Feb 09, 2010 11:59 pm

Re: Finding Deep Search Filters

Postby Petr » Thu Jan 27, 2011 1:40 pm

Hi,
What version TrackStudio do you use?
TS Support
email: parsentev@yandex.ru
Petr
 
Posts: 1317
Joined: Wed Aug 12, 2009 4:38 pm

Re: Finding Deep Search Filters

Postby dustin.sauter » Fri Jan 28, 2011 2:05 am

Hello. We are on 3.5.73. Thanks.
dustin.sauter
 
Posts: 7
Joined: Tue Feb 09, 2010 11:59 pm

Re: Finding Deep Search Filters

Postby Petr » Fri Jan 28, 2011 2:04 pm

In TrackStudio has not function, which show all filter. but you can use sql query.
in table gr_filter have name and id filter
in table gr_fvalue have property filter, for example deep search.
For receive all filter, which it have deep search you apply follows query
select * from gr_filter, gr_fvalue where filter_id = fvalue_filter and fvalue_key='subtask' and fvalue_value='on'
TS Support
email: parsentev@yandex.ru
Petr
 
Posts: 1317
Joined: Wed Aug 12, 2009 4:38 pm


Return to TrackStudio Support

Who is online

Users browsing this forum: No registered users and 1 guest