Skip to content
WorldCat Knowledge Base searcher for NCSU Quick Search
Branch: develop
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app/searchers/quick_search
bin
config
lib
test
.gitignore
.rubocop.yml
.ruby-gemset
.ruby-version
Gemfile
LICENSE
README.md
Rakefile
quick_search-world_cat_knowledge_base_searcher.gemspec

README.md

quick_search-world_cat_knowledge_base_searcher

WorldCat Knowledge Base searcher for NCSU Quick Search

Installation

Include the searcher gem in your Gemfile:

gem 'quick_search-world_cat_knowledge_base_searcher'

Run bundle install:

bundle install

Include in your Search Results page

<%= render_module(@world_cat_knowledge_base, 'world_cat_knowledge_base') %>

Configuration

WorldCat Knowledge Base requires configuration, such as a key. To set the configuration, create a "config/searchers/" directory in your application (the "searchers" subdirectory may need to be created), and copy the "config/world_cat_knowledge_base_config.yml" file in this gem into it. Follow the instructions in the file to configure the searcher.

Additional customizations can be done by editing the "config/locales/en.yml" file.

You can’t perform that action at this time.