We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CQP region e.g. sentence / element with regex attributes does not work.
Example query:
/region[<s (class="header")>]
Error message:
713, "SpanAttributeQuery only supports SpanTermQuery."
The text was updated successfully, but these errors were encountered:
Same with PQ+ and <s (class='header')>.
<s (class='header')>
The resulting koral query is currently
"query": { "@type": "koral:span", "attr": { "@type": "koral:term", "foundry": "base", "key": "class", "layer": "s", "match": "match:eq", "type": "type:regex", "value": "header" }, "wrap": { "@type": "koral:term", "attr": { "@type": "koral:term", "foundry": "base", "key": "class", "layer": "s", "match": "match:eq", "type": "type:regex", "value": "header" }, "foundry": "base", "key": "s", "layer": "s" } } }
Krill seems to have a problem with regex in that place. Works with <s (class='header')>.
Sorry, something went wrong.
No branches or pull requests
CQP region e.g. sentence / element with regex attributes does not work.
Example query:
/region[<s (class="header")>]
Error message:
713, "SpanAttributeQuery only supports SpanTermQuery."
The text was updated successfully, but these errors were encountered: