Announcement

Collapse
No announcement yet.

Search Filter / Field management

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Search Filter / Field management

    - With search filters I should be able to select AND / OR / NOT.

    - I'd like to create fields with links / multiple links.

    Thanks!


  • #2
    - I don't think this kind of filter is often needed. Usually enum field filter that works as sql "IN" is enough in most cases.

    Comment


    • #3
      I have a couple of customs fields that i can only search with filters. My users need to freqently search them.

      > Usually enum field filter that works as sql "IN" is enough in most cases.

      Could you explain?

      Comment


      • #4
        status IN ("Started", 'Not Started')

        You can create your own presets for your customers. It's easy to switch them using dropdown in the left from search text input.

        Comment


        • #5
          Hi,

          but i think what CeWa means is e.g. the field "company". I want to see all contacts belonging to company X or company Y. How is this possible?
          Can you please implement that?

          Comment


          • #6
            Hi

            It will take a lot of resources to implement full support of OR operation and will affect on UX. But it's not very difficult to implement an ability to search by multiple links (e.g. contacts related with one of specified accounts). But I don't think it's really vital feature and it also will affect on usability since in most cases we search by single link,

            Comment

            Working...
            X