"Contains" search on reference field in cases not using "name" column

erkyll
Tera Contributor

Hi,

I'm trying to make an account field suggest values based on the input of the user, using "contains".

Using the following attributes: ref_auto_completer=AJAXTableCompleter,ref_ac_columns=street;city,ref_ac_columns_search=true

glide.ui.ref_ac.startswith has been set to false.

In user prefrences I've set a system value for: sn_customerservice_case.autocomplete.contains = true. 

When typing in the "street" or "city", it works just fine. When trying to use "name" however it seems to use starts-with logic rather than contains. If I am to use the name, I have to use wildcard(*) at the start. Is there something I'm missing?

 

 find_real_file.png

find_real_file.png

find_real_file.png

find_real_file.png

7 REPLIES 7

Shweta KHAJAPUR
Tera Guru

Can help me with some screenshots??

Please see my edited main response with images.

Kalaiarasan Pus
Giga Sage

Tried this?

https://community.servicenow.com/community?id=community_question&sys_id=c0c103a9db98dbc01dcaf3231f96191c

Yes, I've followed those steps.