Thread: Dictionary FAQ
View Single Post
Old 02-07-2014, 09:38 AM   #71
intangible
e-Dictionary Publisher
intangible doesn't litterintangible doesn't litter
 
Posts: 5
Karma: 100
Join Date: Jul 2011
Location: Philadelphia, PA, USA
Device: Kindle
That's correct, but I'd add one thing: you can only wrap keywords in the exact form they appear in the entry. If you want them to be searchable in a different form (eg, "Steve Smith"), specify them in the value attribute instead:

Code:
<idx:entry>
<idx:orth value="Steve Smith"/>
<idx:orth value="Jeff Smith"/>
<idx:orth value="Smith"/> 
<b>Steve and Jeff Smith</b>
...
</idx:entry>
intangible is offline   Reply With Quote