Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-content-search
https://github.com/workarea-commerce/workarea-content-search
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-content-search
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T19:20:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T16:59:45.000Z (over 4 years ago)
- Last Synced: 2024-03-15T00:51:33.624Z (9 months ago)
- Language: Ruby
- Size: 75.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Content Search
================================================================================A Workarea Commerce plugin that enables visitors of your site to use the site-wide search to find content pages.
Overview
--------------------------------------------------------------------------------* Indexes content pages in Elasticsearch
* Enables returning both product and content search results on the storefront
* Adds the ability for visitors to toggle between content and product resultsGetting Started
--------------------------------------------------------------------------------Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-content_search'
# ...
```Update your application's bundle.
```bash
cd path/to/application
bundle
```If you are adding this to an existing site, reindex the storefront.
```bash
bin/rails workarea:search_index:storefront
```Workarea Commerce Documentation
--------------------------------------------------------------------------------See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------Workarea Content Search is released under the [Business Software License](LICENSE)