aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xapian_queries.rb
Commit message (Collapse)AuthorAgeLines
* Move make_query_from_params to XapianQueriesLouise Crow2013-12-19-0/+85
This is involved with the construction of meaningful xapian queries with respect to InfoRequestEvents. This commit also removes the get_tags_from_params method, which presumably was targeted at PublicBodies, but doesn't seem to actually be used anywhere. XapianQueries is used to extend InfoRequestEvent in order to prevent InfoRequestEvent becoming too unwieldy and to preserve the association between these methods.