Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)