What is a search criteria?
Closed this issue · 1 comments
romanofski commented
I'm currently implementing the search by using the name and the line number.
- This needs to be better defined what a criteria really is and,
- What are the technical aspects of it in order to apply a criteria to a search to find results. Currently it's simply a condition if the line number and the variable name matches.
romanofski commented
Not relevant anymore. Though I still need to study more the different ways of slicing (forward, backward, etc).