How search works in dropdown field

Certified Senior Developer

Hi, 

Does any have idea, how search will work in dropdown. I can see, there is only an option to show or hide a search box. I think it's a default behaviour.

Sometimes it works and sometimes it don't work. I'm posting one weird result from search. 

Please let me know, if anyone had any idea. 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Rahul Gundu

    Interesting for me!!
    Appian algorithm appears to be doing a scattered character matching where it finds all the letters of your search term distributed throughout the text, regardless of order.
    All six letters (m-o-n-k-e-y) exist somewhere within that sentence.

    m from "timeout" or anywhere it's available.

    o from "timeout" or anywhere it's available.

    n from "backend" or anywhere it's available.

    k from "backend (the 'k' sound in 'ck')" or anywhere it's available.

    e from "user" or anywhere it's available.

    y from "they"

    Try changing y from "they" of this it will not appear.
    I would recommend you to open Support Case with Appian with this behavior to understand more.

Children