On Wed, Mar 10, 2010 at 4:24 AM, Markus <[email protected]> wrote: > Hi Martin, > > An example. There are 10 synonyms for a term and I use one of them on > a page. Still I would like to make search engines and BoltWire's > search aware of the synonyms so that users find the page by searching > for each of the synonyms.
Going back to the original goal, tags might indeed be your best solution. But for BoltWire's internal engine, we might be able to tweak the code to make certain data fields indexable. Currently the title is indexed with the page content by default, unless you set indexPlus: false in site config. We could change it to something like indexPlus: title,keywords,description,etc and then have any specified data fields indexed along with the page content. Then you could store keywords in the appropriate data field and BoltWire's search engine would find it. This is a pretty good idea actually, don't you think? Might not help with google but for our internal search engine, it should help a good bit. Cheers, Dan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
