View Single Post
Old 04-01-2013, 03:18 PM   #207
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
I would like to report a finding. As we already know it is possible to have several entries with the same keyword and all of them get displayed, for instance:
Code:
<w><p><a name="word" />definition 1</p></w>
<w><p><a name="word" />definition 2 </p></w>
If one looks up "word", the definitions 1 and 2 will get displayed.
It is also possible to have variants, for instance:
Code:
<w><p><a name="word" /><variant name="words"/>definition 1</p></w>
If one looks up "word" or "words", definition 1 will get displayed.

Oddly, these two things cannot be combined.
Code:
<w><p><a name="word" /><variant name="words"/>definition 1</p></w>
<w><p><a name="word" /><variant name="words"/>definition 2</p></w>
If one looks up "words", only definition 1 will be displayed, not definition 2.

Therefore, it seems best to merge entries with identical keywords into one single entry.
tshering is offline   Reply With Quote