I'm creating a calender App, and would like to add a "Search Events by Keyword" Option. Each event is eight different fields all inserted into one text string, because they have to be output as JavaScript. Can this be done using the split function? Is there a fairly easy way to do this?