Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Stop sending start page to rummager
Browse files Browse the repository at this point in the history
Essentially undoes: #83

* Keeps rummager in services as it’s still used as replacement to
content_api
  • Loading branch information
fofr committed Jun 20, 2017
1 parent b646fb6 commit a9aa8dd
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 142 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -27,7 +27,3 @@ If you are using the GDS development virtual machine then the application will b
### Publishing to GOV.UK

- `bundle exec rake publishing_api:publish` will send the licence finder pages to the publishing-api.

### Search indexing

- `bundle exec rake rummager:index` will send the data to Rummager for indexing in search.
24 changes: 0 additions & 24 deletions app/notifiers/rummager_notifier.rb

This file was deleted.

30 changes: 0 additions & 30 deletions app/presenters/search_payload_presenter.rb

This file was deleted.

32 changes: 0 additions & 32 deletions app/services/search_indexer.rb

This file was deleted.

9 changes: 1 addition & 8 deletions config/initializers/application_metadata.rb
Expand Up @@ -2,12 +2,5 @@
slug: APP_SLUG,
content_id: "69af22e0-da49-4810-9ee4-22b4666ac627",
title: "Licence Finder",
description: "Find out which licences you might need for your activity or business.",
section: "business",
indexable_content: <<-HEREDOC.gsub(/\s+/, " ").strip,
Find out which licences you might need for your
activity or business, including temporary events notice, occasional licence,
skip licence, and food premises registration.
HEREDOC
state: "live"
description: "Find out which licences you might need for your activity or business."
}
6 changes: 0 additions & 6 deletions lib/tasks/rummager.rake

This file was deleted.

11 changes: 0 additions & 11 deletions spec/notifiers/rummager_notifier_spec.rb

This file was deleted.

27 changes: 0 additions & 27 deletions spec/services/search_indexer_spec.rb

This file was deleted.

0 comments on commit a9aa8dd

Please sign in to comment.