NCSU-Libraries/quick_search-placeholder_searcher

Name: quick_search-placeholder_searcher

Owner: NCSU Libraries

Description: null

Created: 2016-03-01 22:00:26.0

Updated: 2016-03-03 21:22:55.0

Pushed: 2017-04-18 18:32:57.0

Homepage: null

Size: 24

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

QuickSearch Placeholder Searcher

Description

A stub QuickSearch searcher. This provides a static list of fake results, and is used in the demo QuickSearch application as a placeholder.

Installation

Include the searcher gem in your Gemfile:

gem 'quick_search-placeholder_searcher'

Include as a searcher in your config/quick_search_config.yml:

searchers = [placeholder, ..., some_searcher]

Run bundle install:

bundle install

Include in your Search Results page

 <%= render_module @placeholder, 'placeholder' %>

For more general information about setting up searcher plugins in QuickSearch, see https://github.com/NCSU-Libraries/quick_search


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.