dnet / adsdroid

Unofficial AllDataSheet Android application
https://techblog.vsza.hu/posts/Unofficial_Android_app_for_alldatasheet.com.html
MIT License
29 stars 11 forks source link

Multiple results for the same part #5

Closed Drachenkaetzchen closed 8 years ago

Drachenkaetzchen commented 10 years ago

Example :when searching for atmega168, the last includes 4 results for ATMEGA168-20 with no indication what the differences might be.

dnet commented 10 years ago

Do you see any information that could help on the original page (alldatasheet.com)? That's the only source the app uses, and if I remember correctly, it has the same issue. If you can find some element on the web results page that the app could use to enrich the results page, I'll try to use it.

dnet commented 8 years ago

For latter, you could search for exact matches and two other options by using the dropdown list (Spinner in Android terms) on the search page. See Search.Mode

For the former, should the result page include manufacturer? I found no use for it, but if it's necessary, I could include it I guess (but it's not trivial with that soup of HTML tags that they call website).