Announcement

Collapse
No announcement yet.

Search on custom field does not work

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

  • Search on custom field does not work

    Hey guys,

    I have added custom (varchar) field in account section.
    I enabled search on this field

    however if I try to search for it give me empty result.

    what could be wrong?

  • #2
    Works properly. Just tested. Please more details. Not clear what you do.

    Comment


    • #3
      Originally posted by yurikuzn View Post
      Works properly. Just tested. Please more details. Not clear what you do.
      go to admin -> field manager -> account -> add new field (varchar)
      give it a name accountID
      add new field to layout -> "List" and enable in "Search Filters" section.
      populate with data and try to search.
      for me it didn find anything

      Comment


      • #4
        Just tried to search based on website field it doesn;t work either

        Comment


        • #5
          Ok. I will look. Thanks.

          Comment


          • #6
            Do you try to search by the beginning of the value? If value "Hello World" then search "Hello" ?

            Comment


            • #7
              Originally posted by yurikuzn View Post
              Do you try to search by the beginning of the value? If value "Hello World" then search "Hello" ?
              yes, it find records if you search begining of value in account name field, but if you try to search end of value it will not find.
              Example
              account name = Comany, LTD
              search = com -> search result true
              search = LTD -> search result false

              search done against custome fields fails with any search (beginig, middle, end)

              Comment


              • #8
                Search by '%LTD'

                Please make sure about custom fields. They should work as well.

                Comment


                • #9
                  Originally posted by yurikuzn View Post
                  Search by '%LTD'

                  Please make sure about custom fields. They should work as well.

                  %LTD did the trick, thanks. But why not * symbol as wildcard?

                  Comment


                  • #10
                    % is used in LIKE operator. Maybe will remove the need to add it in the next version.

                    Comment


                    • #11
                      Originally posted by yurikuzn View Post
                      % is used in LIKE operator. Maybe will remove the need to add it in the next version.
                      I would give +1 for % removal

                      Comment

                      Working...
                      X