when i request something via ajax if the input is the search the content seems to be cached? do i add a random number at the end of my query?
/search?input=test
to
/search?input=test&random=283928392
i think this would solve my problem. right? how do i write this in javascript