Details
-
Sub-task
-
Status: Closed
-
Must
-
Resolution: Fixed
-
Platform 1.11.0
-
None
-
High
-
Soldevelo Sprint 1
Description
How to reproduce:
Search for "mal". You will get no results and a message: "Error while attempting to find concepts - maxClauseCount is set to 1024"
It's because we're searching for concept names and then executing a new query to eliminate duplicate concepts by ids, a number of which exceeds 1024 in this case. We should use a filter instead of a query.