py-pdf-parser icon indicating copy to clipboard operation
py-pdf-parser copied to clipboard

Standardizing contains and equals

Open AndersWoodruff opened this issue 11 months ago • 1 comments

At the moment, one filter is called: filter_by_text_contains() while the other filter is called: filter_by_text_equal() Notably, these are similar in structure except for the final verb being in different forms. This inconsistency is somewhat confusing and often leads to errors. Would it be possible to standardize the filters so they are either: filter_by_text_contains() and filter_by_text_equals() or filter_by_text_contain() and filter_by_text_equal().

AndersWoodruff avatar Jul 27 '23 22:07 AndersWoodruff

#374 Is this proposed edit.

AndersWoodruff avatar Jul 27 '23 23:07 AndersWoodruff