Make default (or add an option for) recursive location search #1254
ericswpark
started this conversation in
Ideas
Replies: 1 comment
-
|
There are several comment on this topic ... I agree with the idea that item in sub location should appear in parent location item list. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the problem you are trying to solve with this feature?
Suppose I have a location tree like the following:
When I search for an item, clicking on the parent location (A or B) will not include items within sub-locations (such as a, b or c, d). I must select A, a, b to see all items in A, for example.
What is the solution you are proposing?
Make location searching recursive. If I choose location A, also include sub-locations 1 and 2 into consideration.
What alternatives have you considered?
Adding a search option "Recursively search locations" that will toggle this behavior. However, I don't like this because:
Additional context
I am willing to try implementing this myself but wanted to ask what the correct approach should be before I go and try to write it out.
Contributions
Beta Was this translation helpful? Give feedback.
All reactions