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

https://github.com/mlibrary/mlibrary_search_parser

Parser for "command-line" boolean searches, for eventual transformation into solr queryies
https://github.com/mlibrary/mlibrary_search_parser

Last synced: over 1 year ago
JSON representation

Parser for "command-line" boolean searches, for eventual transformation into solr queryies

Awesome Lists containing this project

README

          

# MlibrarySearchParser

This is rough draft stuff, put in Github for backup more than
anything else.

```
s = MLibraryParser::Search.new("my search string", config_hash)
query_object = s.solr_json_edismax
solr_params = query_object.params
json_payload = query_object.payload.to_json

```