Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netgen/query-translator-demo
Demo project for the Query Translator library
https://github.com/netgen/query-translator-demo
ast edismax elasticsearch generator parser php query search solr tokenizer translator
Last synced: 16 days ago
JSON representation
Demo project for the Query Translator library
- Host: GitHub
- URL: https://github.com/netgen/query-translator-demo
- Owner: netgen
- Created: 2018-04-04T10:52:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T17:24:28.000Z (about 6 years ago)
- Last Synced: 2024-11-28T22:42:15.310Z (about 1 month ago)
- Topics: ast, edismax, elasticsearch, generator, parser, php, query, search, solr, tokenizer, translator
- Language: PHP
- Homepage: https://github.com/netgen/query-translator
- Size: 338 KB
- Stars: 8
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Query Translator Demo
This is a demo project for the [Query Translator](https://github.com/netgen/query-translator) library.
## Install and run the demo
1. Install the demo using composer `composer create-project netgen/query-translator-demo`
3. Enter the demo folder `cd query-translator-demo`
4. Start the web server with demo document root `php -S localhost:8005 -t src`
5. Open [http://localhost:8005](http://localhost:8005) in your browser## Example UI and usage
![Query Translator demo](src/animation.gif)