greptilian logo

IRC log for #sourcefu, 2014-03-12

http://sourcefu.com

| Channels | #sourcefu index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
00:58 sulky_ joined #sourcefu
12:14 pdurbin curl -s 'http://localhost:8983/solr/collection1/select?rows=100&wt=json&indent=true&q=*%3A*&sort=name+asc' | jq '.response.docs[] | {name}'
12:14 pdurbin jq is handy: http://stedolan.github.io/jq/ - "a lightweight and flexible command-line JSON processor"
12:14 pdurbin "like sed for JSON data"
13:20 pdurbin http://stackoverflow.com/questions/13360706/solr-4-0-alphabetical-sorting-trouble/13361226#13361226
13:20 pdurbin type="alphaOnlySort" seems to give me the best sort results with solr, case insensitive
15:58 semiosis jq is pretty nice. though i've only ever used it to pretty-print json
17:29 pdurbin super nice
17:29 pdurbin also nice (and related to search): tables - Showing ASC/DESC icons intuitively - User Experience Stack Exchange - http://ux.stackexchange.com/questions/23169/showing-asc-desc-icons-intuitively/23272#23272
17:31 pdurbin "The sort order if sort parameter is provided. One of asc or desc. Default: desc" -- http://developer.github.com/v3/search/
17:31 pdurbin why is desc the default? I'm gonna have asc be the default

| Channels | #sourcefu index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

http://sourcefu.com