summary refs log tree commit diff stats
path: root/query.go
Commit message (Expand)AuthorAgeFilesLines
* bugfix: errors logged as strings (prev. bytes)Ben Morrison2019-05-311-1/+1
* parseQueryOut() no longer adds newline to last element, test updated to accou...Ben Morrison2019-05-271-2/+2
* merging user keyword/url queriesBen Morrison2019-05-271-1/+5
* simplified indexHandler to reference staticCacheBen Morrison2019-05-261-0/+4
* tweaked error handlingBen Morrison2019-05-221-4/+1
* tuning query handlingBen Morrison2019-05-221-5/+28
* tuning query handlingBen Morrison2019-05-221-5/+9
* streamlined error handling and misc minor fixesBen Morrison2019-05-201-18/+25
* endpoint query function addedBen Morrison2019-05-201-0/+83