Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-classic-search-autocomplete
https://github.com/workarea-commerce/workarea-classic-search-autocomplete
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-classic-search-autocomplete
- Owner: workarea-commerce
- License: other
- Created: 2019-08-27T17:15:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:31:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:56:37.397Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 392 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Workarea Classic Search Autocomplete
A Workarea Commerce plugin providing a simple Search Autocomplete UI
This feature has been pluginized directly from Workarea v3.4 and subsequently removed in Workarea v3.5.
If you are __upgrading from Workarea v3.4 to Workarea v3.5__ it is likely you'll want to install this plugin to ensure the expedience and consistency of your upgrade.
It should be noted that [workarea-commerce/workarea-search-autocomplete](https://github.com/workarea-commerce/workarea-search-autocomplete) exists and provides a better UX and UI for customers.
# Overview
* Find-as-you-type functionality
* Produces a list of products, containing small thumbnail & name# Getting Started
Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-classic_search_autocomplete'
# ...
```Update your application's bundle.
```bash
cd path/to/application
bundle
```# Features
## jQuery UI Autocomplete
This plugin utilizes the jQuery UI Autocomplete widget to keyboard and ARIA accessibility best practices.
# Workarea Platform Documentation
See [http://developer.workarea.com](http://developer.workarea.com) for Workarea platform documentation.
# License
Workarea Classic Search Autocomplete is released under the [Business Software License](LICENSE)