connorjoleary / DeepCite

Traversing links to find the deep source of information
GNU General Public License v3.0
69 stars 7 forks source link

Check DB for duplicate run #94

Closed connorjoleary closed 3 years ago

connorjoleary commented 3 years ago

Is your feature request related to a problem? Please describe. If a user runs the same text and link as one which is stored in the db, it should return the already returned result

Describe the solution you'd like Check against version number and text for a match. The text match should be done after trimming and can be a percent string match.

connorjoleary commented 3 years ago

This may work better with fuzzymatch, but the char limit is 255 and it would likely make the select commands take too long.