Comma-Separated Values as Criteria in CMS Filter Function using user input

Hello!

I am currently wondering, if it is possible to use CMS to create the following example.

Example for use:

User writes in text area: “Spaghetti, beef, Uranium” (Separated by comma. Not real example. Don’t worry :smile: )
Then using CMS, it automatically generates a table listing.

  • ~ Spaghetti - Wheat - Safety 1
  • ~ Beef - Meat - Safety 2
  • ~ Uranium - Inedible - Safety 10

All these listing are manually written into CMS.

Thanks for the help! I appreciate it!

EDIT: I found another user asking the same thing with jQuery: Filter table by multiple user text inputs separated by a comma - jQuery Forum