diff options
author | Nick White <git@njw.me.uk> | 2013-03-31 18:32:08 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2013-03-31 18:32:08 +0100 |
commit | 2742524159ad2bc861711df084f6bd77588e9e9b (patch) | |
tree | 00508f5d2b5232a8d10298acb59facf86f6f5ff9 /BUGS | |
download | oed2dict-2742524159ad2bc861711df084f6bd77588e9e9b.tar.bz2 oed2dict-2742524159ad2bc861711df084f6bd77588e9e9b.zip |
Initial commit
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +Noun, adj / verb (and similar prob) markings after headword are searched against in the index. so searching for "A" or "n" are impossible as they return all adjectives / nouns. + +Search results are not returned in order. May be a limitation of the dict protocol. + +See TODO notes in scripts |