Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 01:41 AM
Hi,
I have to put two variables name, manufacturer in the reference variable while searching for it. I tried it, but it looks like it didn't work. Kindly help.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_name,ref_ac_columns_search=true
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name,manufacturer,ref_ac_columns_search=true
Regards
Suman P.
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 07:31 AM
Hi @Community Alums,
You need to separate your fields with ;
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;manufacturer,ref_ac_columns_search=true
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 07:31 AM
Hi @Community Alums,
You need to separate your fields with ;
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;manufacturer,ref_ac_columns_search=true
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.