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.
I'm currently implementing the search by using the name and the line number.