Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add source file encoding for all ruby files. | Louise Crow | 2015-05-15 | -0/+1 |
| | | | | | | This is important under ruby 1.9 in order to determine the encoding that will be used for new strings created in the code in the file. | |||
* | Move make_query_from_params to XapianQueries | Louise Crow | 2013-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. |