Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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