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
Background
Since the IDT alias is displayed only by hover, it is almost impossible to find the desired monomer in the library.
Requirements
User should be able to search by IDT aliases in a library using search bar.
User should be able to search by a part of IDT aliases.
For example: iPr should return a monomer with alias i6diPr, and so should 6diP
Single symbol / in a query should result in displaying all the monomers that have IDT alias.
The symbol after / is the first symbol of the IDT alias (the position indicator - 5, i or 3).
In example: /5deoxyU/, 5 is the first symbol of the alias.
In example: /i6diPr/, i is the first symbol of the alias.
Searching /5deo should return a monomer with alias 5deoxyU, but searching /deo should not.
The symbol before the second / is the last symbol of the IDT alias.
In example: /5deoxyU/, U is the last symbol of the alias.
In example: /i6diPr/, r is the last symbol of the alias.
Searching diPr/ should return a monomer with alias i6diPr, but searching diP/ should not.
If there is any symbol after the second slash, there shouldn't be any results.
Searching /5deoxyU/ should return a monomer with alias 5deoxyU, but searching /5deoxyU// should return nothing.
Searching /i6diPr/ should return a monomer with alias i6diPr, but searching /i6diPr/5deo should return nothing.
The search is not case sensitive.
Both /5deo and /5DEO should return the monomer with alias 5deoxyU.
The text was updated successfully, but these errors were encountered:
Background
Since the IDT alias is displayed only by hover, it is almost impossible to find the desired monomer in the library.
Requirements
User should be able to search by IDT aliases in a library using search bar.
User should be able to search by a part of IDT aliases.
Single symbol
/
in a query should result in displaying all the monomers that have IDT alias.The symbol after
/
is the first symbol of the IDT alias (the position indicator - 5, i or 3)./
is the last symbol of the IDT alias.The text was updated successfully, but these errors were encountered: