Want to search with user name and email in list collector

Charlotte12
Tera Contributor

Do we have a way in which if we type the user id or email id of the user in the search field  list collector .
Now you can only search user names

 

find_real_file.png

 

 

 

1 ACCEPTED SOLUTION

Mahesh23
Mega Sage

Hi,

Try adding below code in variable attributes 

find_real_file.png

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email,ref_ac_columns_search=true

 

Please mark my response as correct answer or helpful if applicable 

View solution in original post

8 REPLIES 8

Mahesh23
Mega Sage

Hi,

Try adding below code in variable attributes 

find_real_file.png

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email,ref_ac_columns_search=true

 

Please mark my response as correct answer or helpful if applicable 

Thank you for you reply.

Anil Lande
Kilo Patron

Hi,

You can use Variables Attributes to add more columns:

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email,ref_ac_columns_search=true

 

Thanks,

Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Thank you for you reply.