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
perform ranges extraction for the full hierarchy in leaf items
accumulate (HashSet?) match ranges in the hierarchy vector
merge ranges after traversing children, based on hierarchy.last()
enumKeyword{
parts:Vec<&str>,/// e.g. if the query is "/a/b/c"
first_part_must_fully_match:bool,/// e.g. if the query is "a/b/c/"
last_part_must_fully_match:bool,}
The text was updated successfully, but these errors were encountered:
We discussed a plan with @Wumpf.
The plan is:
hierarchy
vectorhierarchy.last()
The text was updated successfully, but these errors were encountered: