/path?searchTerm=something
How do i do that?
I've tried these, but they don't work
Sammy(function() { this.get("/path%3F:param", function () {...}); }).run();
Sammy(function() { this.get("/path/?:param", function () {...}); }).run();
Sammy(function() { this.get("/path?:param", function () {...}); }).run();
--
You received this message because you are subscribed to the Google Groups "Sammy.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sammyjs+u...@googlegroups.com.
To post to this group, send email to sam...@googlegroups.com.
Visit this group at http://groups.google.com/group/sammyjs.
For more options, visit https://groups.google.com/d/optout.