[SOLVED] How to search for [name][last name] in search box

My user has the "name"and “last name” filled on signup, and I needed a user’s search box by full name (both values), but search box will only ask for 1 field - name OR last name. how can I use both?

You could put workflow on the name and last name field to populate (on value change) a third (possibly hidden) field called “full name”, and then do the search on that.

This post might help:

1 Like

Thanks. Added “full name = name + last name” on sign up. Now it searches correctly, it worked like a charm!

PS - it’s funny sometimes how hard we try to solve some issue, and after looking at the problem with a different point of view, it’s so simple to achieve. :slightly_smiling:

4 Likes