Attribute ref_ac_display_value=false is not working for Dictionary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user;user.last_name;user.email;user.user_name ,ref_ac_columns_search=true,ref_ac_display_value=false
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Suvitha Murugan ,
Did you try to remove the user.last_name from the ref_ac_columns?
Regards,
Sarah Bioni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
19m ago - last edited 19m ago
Users should have the flexibility to search using their last name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
15m ago - last edited 14m ago
Remove user.last_name from 'ref_ac_columns=user;user.last_name;user.email;user.user_name'
the ref_ac_columns=xxx;xxx;xxx determines which columns/attributes of the user record are displayed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8m ago
@John Gilmore
Thanks for the response
Users should have the flexibility to search using their last name. I want to hide display value of the last name during search. Is there any possible way to hide it. Without removing from attribute search.
