WebMemex / webmemex-extension

📇 Your digital memory extension, as a browser extension
https://webmemex.org
Other
208 stars 45 forks source link

Searching for 'search1' creates a card with http://search1.com - cannot reproduce every time #51

Closed rusuo closed 6 years ago

rusuo commented 7 years ago

(I cannot reproduce it every time)

  1. Open a new tab
  2. In the search bar, enter 'search1' text
  3. Go to the extension

Actual results: An entry with "http://search1.com" is created

Expected results: An entry with "search1" under Google is created

Treora commented 7 years ago

Interesting. I imagine your browser (which?) tries to load both the page 'search1.com' and search results when you type 'search1', and depending on the speed of their responses either the one or the other may be logged.. Not sure how exactly, but we may need some pragmatic workarounds for things like this. Filtering out visits shorter than a few seconds may be helpful anyway to remove such clutter, as well as some redirection pages.

rusuo commented 7 years ago

I was using Chrome. Being related to the speed the page loads make sense, considering the fact that I cannot reproduce it every time

Treora commented 6 years ago

Closing this issue; automatically logging visited pages is off the roadmap now, so this problem no longer exists.