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.