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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018 02:01 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018 02:12 AM
Can help me with some screenshots??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018 02:27 AM
Please see my edited main response with images.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018 02:15 AM
Tried this?
https://community.servicenow.com/community?id=community_question&sys_id=c0c103a9db98dbc01dcaf3231f96191c

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018 02:23 AM
Yes, I've followed those steps.