I’m trying to make an ajax request to an EE template
the script adds a query string on to the end of the request url
/ajax/products/?term=fishI want to include the value of term in a channel entries tag
what’s the best way to get at the GET data without using php?