Search Filter / Field management

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CeWa
    Junior Member
    • Oct 2014
    • 22

    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!

  • yuri
    Member
    • Mar 2014
    • 8485

    #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.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • CeWa
      Junior Member
      • Oct 2014
      • 22

      #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

      • yuri
        Member
        • Mar 2014
        • 8485

        #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.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • Philipp
          Junior Member
          • Aug 2014
          • 20

          #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

          • yuri
            Member
            • Mar 2014
            • 8485

            #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,
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            Working...