Hi I want to use creator as a question and answer service based on keywords.
I have a database that maps books with keywords seperated by commas
Here's how it works, user sends an email to a form e.g.
Body:
Keywords: English, history, WW2
I want to create a script that will reply to the email with a filter of all of the records containing any of the above keywords.
Do you know how I can do this?