You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a valid field name (e.g. centerName, datasetCreationDate, studyName, etc) followed by : and any string is submitted in the Solr search field, the "Expert mode" should be automatically switched on.
Conversely, "Expert mode" should be automatically switched off if no query syntax is detected.
We could even add auto-complete for these fields !
Also, we could also maybe show more of the error message from Solr instead of just "syntax error", e.g. Cannot parse 'examinationId:': Encountered "<EOF>" at line 1, column 14.
The text was updated successfully, but these errors were encountered:
When a valid field name (e.g. centerName, datasetCreationDate, studyName, etc) followed by
:
and any string is submitted in the Solr search field, the "Expert mode" should be automatically switched on.Conversely, "Expert mode" should be automatically switched off if no query syntax is detected.
We could even add auto-complete for these fields !
Also, we could also maybe show more of the error message from Solr instead of just "syntax error", e.g.
Cannot parse 'examinationId:': Encountered "<EOF>" at line 1, column 14.
The text was updated successfully, but these errors were encountered: