andylokandy / simsearch-rs

A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here).
MIT License
167 stars 25 forks source link

[example] books.rs, put search within timing start/end #2

Closed hwchen closed 5 years ago

hwchen commented 5 years ago

From what I can see, the timing in the books example only times the pattern replace, and not the search itself.

andylokandy commented 5 years ago

Thanks! Hell knows what I was thinking when I wrote this...