Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Well and wellbore filter with wildcards #1917

Closed
janburak opened this issue May 25, 2023 · 1 comment · Fixed by #1936
Closed

Well and wellbore filter with wildcards #1917

janburak opened this issue May 25, 2023 · 1 comment · Fixed by #1936
Assignees
Labels
Enhancement Improvement of existing functionality

Comments

@janburak
Copy link
Contributor

janburak commented May 25, 2023

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:

  1. Matching on wellbores
  2. Expanding wells in the sidebar that have matching wellbores
  3. Wildcards that represent an arbitrary single character
  4. More advanced wildcards as in the comment below.

Split from WE-2

@janburak janburak added the Enhancement Improvement of existing functionality label Jun 1, 2023
@janburak
Copy link
Contributor Author

janburak commented Jun 2, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improvement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants