Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
12057Feature requestsCentral participant databasepublic2017-01-18 21:37
Reporterhaubel Assigned To 
PrioritynoneSeverityfeature 
Status newResolutionopen 
Summary12057: Full Search not possible on version 2.58
Description

There used to be a Full Search option at the bottom of the Participants page in version 2.50. Now there are fields under the column names where you can do the search but can no longer do search by equals, contains, begin with, not equal, does not contain, greater than and less than. We created columns with attributes to filter the participants but now if you do the search it has to match the whole string.

TagsNo tags attached.
Bug heat6
Story point estimate
Users affected %

Relationships

related to 11891 closedollehar Bug reports Lost a really needed feature in the lasts version : filter + move whole filter to a survey 

Activities

LouisGac

LouisGac

2017-01-18 10:52

developer   ~42745

Yes you can:

You can use operators (>,<, =) in the search filters on top of each columns. "Contains" is the basic operation (the one done by default when no operator)

haubel

haubel

2017-01-18 15:36

reporter   ~42755

Thanks Louis. We tried that before reporting the bug and it doesn't work. I just did again and it still doesn't work. What version are you referring to? Currently we have Version 2.59.1+170116. Also we would like to not only have (>,<, =) but all of the advanced search options that there used to be (equals, contains, begin with, not equal, does not contain, greater than and less than).

LouisGac

LouisGac

2017-01-18 16:01

developer   ~42757

equals: =
not equals: !=
contains: default behavior (without operator)
does not contains: not possible (but with a good logic structure for users, contains should be enough)
greater than: >
less than: <

Also, there is no (A OR B) condition. But it's just about doing first A, and then B.

ttenbergen

ttenbergen

2017-01-18 21:37

reporter   ~42762

I just tested this as well at my computer:

  • default functionality is full match only (not contains as yous say)
  • e.g. "> <existing name>" leaves the display unchanged
  • and just for good measure, wildcard * doesn't work
    Version 2.59.1+170116

Do I understand "Also, there is no (A OR B) condition. But it's just about doing first A, and then B." to mean we should do one filter, choose all and apply to survey, then do second filter choose and apply again?

Issue History

Date Modified Username Field Change
2017-01-13 16:26 haubel New Issue
2017-01-14 12:09 DenisChenu Relationship added related to 11891
2017-01-18 10:52 LouisGac Note Added: 42745
2017-01-18 15:36 haubel Note Added: 42755
2017-01-18 16:01 LouisGac Note Added: 42757
2017-01-18 21:37 ttenbergen Note Added: 42762