Skip to content
New issue

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

Terms filter style filter queries give error at SolrRelation.scala line 634 #338

Open
uyilmaz opened this issue Dec 6, 2021 · 0 comments

Comments

@uyilmaz
Copy link

uyilmaz commented Dec 6, 2021

def filterQueryAsTuple(fq: String) : (String,String) = {

def filterQueryAsTuple(fq: String) : (String,String) method expects all filter queries to include a colon character (:).

Terms parser filter queries, in the form {!terms field=id}123,456 gives the error java.lang.StringIndexOutOfBoundsException: String index out of range: -1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant