Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undr/chewy_query
The query builder for ElasticSearch which was extracted from chewy gem.
https://github.com/undr/chewy_query
Last synced: about 1 month ago
JSON representation
The query builder for ElasticSearch which was extracted from chewy gem.
- Host: GitHub
- URL: https://github.com/undr/chewy_query
- Owner: undr
- License: mit
- Created: 2014-10-31T11:42:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T11:43:33.000Z (about 10 years ago)
- Last Synced: 2023-03-10T20:33:19.007Z (almost 2 years ago)
- Language: Ruby
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ChewyQuery
The query builder for ElasticSearch which was extracted from [chewy](https://github.com/toptal/chewy) gem.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'chewy_query'
```And then execute:
```
$ bundle
```Or install it yourself as:
```
$ gem install chewy_query
```## Usage
See [chewy querying](https://github.com/toptal/chewy#index-querying).
Many thanks to @pyromaniac for his [chewy](https://github.com/toptal/chewy).
## Contributing
1. Fork it ( https://github.com/undr/chewy_query/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request