mvysny / aedict

Original Aedict 2 source codes
http://www.aedict.eu
GNU General Public License v3.0
40 stars 7 forks source link

external search option that generates the same results as internal searches #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, if you go into the main activity and search for a single kanji by 
using the "From Japanese" button, the search will be expanded to include words 
which contain that kanji. For example, searching "守" will give the results 
"守り", "守る", "子守", and so on.

However, with an external search, only results exactly matching "守" are 
returned. I have tried all possible intent actions: 
"com.adamrocker.android.simeji.ACTION_INTERCEPT", 
"sk.baka.aedict.action.ACTION_SEARCH_EDICT", and "android.intent.action.SEARCH".

Original issue reported on code.google.com by mrman...@gmail.com on 18 Nov 2011 at 1:13

GoogleCodeExporter commented 9 years ago
Thanks for the bug report and sorry for inconvenience. For integration with 
Aedict 3, please use the sk.baka.aedict3.action.ACTION_SEARCH_EDICT intent with 
"kanjis" string extra in the Intent. Do not be fooled with "kanjis" - it is 
basically an omnisearch box which takes anything you throw at it - japanese 
romaji, kana, kanji, conjugated verbs, english, german, ...

Original comment by martin.v...@gmail.com on 26 Nov 2013 at 9:28