Download the PHP package smallhomelab/lucene-query-parser without Composer
On this page you can find all versions of the php package smallhomelab/lucene-query-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smallhomelab/lucene-query-parser
More information about smallhomelab/lucene-query-parser
Files in smallhomelab/lucene-query-parser
Download smallhomelab/lucene-query-parser
More information about smallhomelab/lucene-query-parser
Files in smallhomelab/lucene-query-parser
Vendor smallhomelab
Package lucene-query-parser
Short Description Basic Lucene Query Parser for Search and Filter
License
Package lucene-query-parser
Short Description Basic Lucene Query Parser for Search and Filter
License
Please rate this library. Is it a good library?
Informations about the package lucene-query-parser
Lucene Query Parser
Lucene query string parser to be used as web api query or filter string. Base code is come from https://github.com/ralphschindler/basic-query-filter
Example queries in this language:
name: apple
price: > 100
price: > 100 AND active: = 1
product.price: > 100 AND category.id: = 7
name:=~ "Foo%"
created_at: > "2017-01-01" and created_at: < "2017-01-31"
status:= 1 AND (name:= "PHP Rocks" || name:= "I ♥ API's")
Install
Usage
All versions of lucene-query-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
The package smallhomelab/lucene-query-parser contains the following files
Loading the files please wait ....