Skip to Main Content
Status Shipped
Created by Suzanne Vaughan
Created on Jan 23, 2015

Wildcard search logic

It would be nice if we could search issues within the feature list view by tags that is more intelligent. For instance we tag our features based on value to customer segment (P1-Marketing or P3-Media). It would be great if I could do a more complex query like: "P1* OR P2*". Wildcarding and some basic logic would be helpful.
  • ADMIN RESPONSE
    Dec 16, 2015

    Now you can perform some more sophisticated searching:

    Prefix search. Appending a * to a word will search for all words that include that prefix. 

    instit*

    Combining words. By default only results including all words will be returned. Boolean operators can be used to modify the result. Boolean operators can be combined with parentheses.

    red OR orange
    blue AND "green tips"
    blue NOT purple
    (red OR orange) gray
  • Attach files