Is it possible to bulk search for results?

Is it possible to bulk search for results?

adolfo.vargas15adolfo.vargas15 Posts: 3Questions: 1Answers: 0

Is it possible to search results in bulk?
For example, I have a list with rows "Monday" "Tuesday" "Wednesday" "Thursday" and "Friday".
Is there a way I can enter for example "Monday, Wednesday, Friday", and have only those 2 rows displayed on the table?

Answers

  • kthorngrenkthorngren Posts: 21,342Questions: 26Answers: 4,954

    Are you saying you want to display the three rows with "Monday, Wednesday, Friday" or the two rows with "Tuesday, Thursday"?

    See if this example with regex searching helps.

    Kevin

  • adolfo.vargas15adolfo.vargas15 Posts: 3Questions: 1Answers: 0

    Sorry I partly edited the example, if I enter "Monday, Wednesday, Friday", I would like to thee see rows "Monday, Wednesday, Friday".

  • kthorngrenkthorngren Posts: 21,342Questions: 26Answers: 4,954

    You would use a regex search term. Maybe Monday|Tuesday|Wednesday for example. Try it out with regex mode in the example I linked.

    Kevin

  • adolfo.vargas15adolfo.vargas15 Posts: 3Questions: 1Answers: 0

    Thank you so much!

Sign In or Register to comment.