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
Rework well filtering to match both on well and wellbore names. For example if we search for A, we should both show wells with names containing A and wells that have wellbore with names that contain A.
If a wellbore is matched, then its corresponding well should be expanded in the sidebar.
Well filtering should match only numbers and letters (toLowercase) with all other characters being wildcards. Possibly toggling this with a checkmark.
This issue can be split into multiple issues if desired:
Matching on wellbores
Expanding wells in the sidebar that have matching wellbores
Wildcards that represent an arbitrary single character
More advanced wildcards as in the comment below.
Split from WE-2
The text was updated successfully, but these errors were encountered:
Figure out if:
Wildcards should be of arbitrary length: for example should A_B match only AcB or AcdB as well?
Should ordering be preserved: for example should A_B match only AcB or BcA as well?
Rework well filtering to match both on well and wellbore names. For example if we search for A, we should both show wells with names containing A and wells that have wellbore with names that contain A.
If a wellbore is matched, then its corresponding well should be expanded in the sidebar.
Well filtering should match only numbers and letters (toLowercase) with all other characters being wildcards. Possibly toggling this with a checkmark.
This issue can be split into multiple issues if desired:
Split from WE-2
The text was updated successfully, but these errors were encountered: