NAME
App::ElasticSearch::Utilities::QueryString::Underscored - Extend some _<type>_ queries
VERSION
version 8.8
SYNOPSIS
App::ElasticSearch::Utilities::QueryString::Underscored
This plugin translates some special underscore surrounded tokens into the Elasticsearch Query DSL.
Implemented:
_prefix_
Example query string:
_prefix_:useragent:
'Go '
Translates into:
{
prefix
=> {
useragent
=>
'Go '
} }
AUTHOR
Brad Lhotsky <brad@divisionbyzero.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Brad Lhotsky.
This is free software, licensed under:
The (three-clause) BSD License