gruffen
! The Short Straw: my last commit for SimpleDesk. This covers an almost entirely functional search facility for tickets, the only thing it's missing is a little bit of polish, a lot of testing and page numbers - you can't paginate through search results but other than that, it's working as far as I can tell. Note that the search setup is designed explicitly not to receive starting places but page numbers, and expressly via POST, rather than accepting anything via GET. This means the usual page index cannot be used. (The reason for this is to avoid server hammering. You can trivially get search engines to hammer a site and think it's legitimate by giving them a search to perform by URL and let them index it, so instead you must expressly use a POST rather than a bare URL.)
gruffen commited 40ab428 at 2011-08-25 09:33:26