Skip to content

Search from current cursor works only for small files #165

@stsymbaliuk

Description

@stsymbaliuk

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:
Image

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
Image

CC @jqnatividad

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions