Skip to main content
akshayg0010
June 15, 2022
Question

Search should happen only when 6 or more characters are entered in text field

  • June 15, 2022
  • 2 replies
  • 1 view

Hi,

We have requirement where Search should happen only when 6 or more characters are entered in text field.

    2 replies

    stefanhelzle0001
    Brainy
    June 15, 2022

    Where do you implement this search? In the default record list or somewhere else?

    If this is custom, you will probably use a queryEntity or queryRecord. Why not wrap these into an if() statement which checks that the search string must be longer that 2 chars?

    davel001150
    June 15, 2022

    Is this a replacement for OOTB search functionality?