Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Searching for the same thing produces stale results #169

Closed
miketheman opened this issue Mar 26, 2014 · 1 comment
Closed

Searching for the same thing produces stale results #169

miketheman opened this issue Mar 26, 2014 · 1 comment
Assignees
Labels

Comments

@miketheman
Copy link

I looked around open issues, couldn't find one detailing this behavior.

atom 0.78.0
[email protected]

In a medium-size project (1192 files, ~35k lines of code), searching with "Find in Project for a value "foo" will return all references to "foo".

Awesome.

I then delete these references - some within atom itself by editing lines, some by git rm filename that contained foo, and search will produce the exact same results for the same search.

Searching for anything else, then searching "foo" again produces the correct behavior, but I suspect the search results are being cached somewhere, and are not being refreshed.

If someone could point me to the code that does this and how to debug, I could take a stab at it, but I'm a bit out of my element in CoffeeScript so far. :)

@miketheman
Copy link
Author

🍰 👊 !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants