diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-12-13 17:27:39 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-12-13 17:27:39 +0000 |
commit | 4075d5a70a6e08c1d55e97dbfc13fda4a2faaf84 (patch) | |
tree | f46f09858bc4140394e60fe0f37a8ee15a8d134a /spec/models/xapian_spec.rb | |
parent | 8405aeefaf1b4f72e1bc781995547d775e8991d7 (diff) |
Further improvements to attachment caching
Diffstat (limited to 'spec/models/xapian_spec.rb')
-rw-r--r-- | spec/models/xapian_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/xapian_spec.rb b/spec/models/xapian_spec.rb index cf9ea5fbd..ec11c944b 100644 --- a/spec/models/xapian_spec.rb +++ b/spec/models/xapian_spec.rb @@ -4,6 +4,7 @@ describe User, " when indexing users with Xapian" do fixtures :public_bodies, :public_body_translations, :public_body_versions, :users, :info_requests, :raw_emails, :incoming_messages, :outgoing_messages, :comments, :info_request_events, :track_things it "should search by name" do + parse_all_incoming_messages rebuild_xapian_index # def InfoRequest.full_search(models, query, order, ascending, collapse, per_page, page) xapian_object = InfoRequest.full_search([User], "Silly", 'created_at', true, nil, 100, 1) |