Starting from release v0.14.0 implemented "search from current cursor instead of from start" #14 .
I have csvlens 0.14.0 installed with cargo. I'm using Ubuntu 24.04.
$ csvlens --version
csvlens 0.14.0
Search issue with larger files
When I open cars_10000.csv file with 10000 lines, go to the line 9985, before line 9990 with word "Bronze". Next I'm trying to find the line with "Bronze", but csvlens switches to the beginning of the file and not to the line 9990 with the word. Example:

Successful case for reference
Searching in smaller file cars_100.csv works as expected. I go to the line 89 and csvlens can find word "Bronze" on the line 95

CC @jqnatividad
Starting from release v0.14.0 implemented "search from current cursor instead of from start" #14 .
I have
csvlens 0.14.0installed withcargo. I'm using Ubuntu 24.04.Search issue with larger files

When I open cars_10000.csv file with 10000 lines, go to the line 9985, before line 9990 with word "Bronze". Next I'm trying to find the line with "Bronze", but csvlens switches to the beginning of the file and not to the line 9990 with the word. Example:
Successful case for reference

Searching in smaller file cars_100.csv works as expected. I go to the line 89 and csvlens can find word "Bronze" on the line 95
CC @jqnatividad