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

set -x

# Test solr

LOC=`dirname $0`

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