aboutsummaryrefslogtreecommitdiffstats
path: root/script/single-solr-query
blob: 42c68f7fef136fc9e14e1c9a1efd273a85a52c56 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Test solr

LOC=`dirname $0`

$LOC/runner 'STDOUT.write(InfoRequest.full_search("'$1'", "created_at desc", 10, 1, false).results.to_yaml)'