forked from AdrianBZG/InterMine-Data-Browser-Tool
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or requestgood challengehard difficultyhelp wantedExtra attention is neededExtra attention is needed
Description
Currently the user can specify only one list from which he or she can view Genes/Proteins etc. The aim of this issue is to enable a user to select from more than one list at a time (much like using "ONE OF" operator).
Here are the caveats:
- The
imjsquery interface supports adding only one of the list at a time. - Selection from multiple lists can be supported using custom
constraintLogic(likeA or Bwhere A and B denote the individual list constraints). Butimjsquery at the moment does not support changing the constraintLogic once it is set. See issue add setConstraintLogic() public method imjs#18
For a more verbose description, refer to the discussion on PR List constraint logic #31
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood challengehard difficultyhelp wantedExtra attention is neededExtra attention is needed