Keith-- As long as the <title> tags actually have value in them, LiveServer/Verity treat that tag as a searchable "zone". I am not sure about "Author".
If you want to make sure that a tag/palceholder value is really searchable in the SQL fashion, map it in Verity as a field. Once it is mapped, it will be indexed. A searchable "zone" is not neccessarily an indexed field. By default, all xml tags are searchable zones but they are not by default data fields. For example, if you have a <timestamp><%timestamp%></timestamp> tag in your xml file template, <timestamp> will be a zone if the file is published as an xml file. But Verity will still treat the value of <%timestamp%> as a string. To search and evaluate <%timestamp%> as a real timestamp, you'll need to map <%timestamp%> as a data field with numeric value. Henry Lu On Tue, Jan 13, 2009 at 11:41 AM, Keith <[email protected]> wrote: > > Hi Reddotters, > > We are using Verity K2 with our LiveServer (4.x) setup, and the > documentation makes occasional reference to pre-loaded search fields > that should be available, such as Title and Author. Running a <rde- > dm:query mode="list" /> shows that Title, Author, and many other > fields are pre-defined in the search indexes. However, this data never > seems to get populated for any of the content we publish to > LiveServer. Is there something more that needs to be done in our > publishing setup in order to get these fields populated with relevant > data? Should these fields get pre-loaded based on HTML tags or some > other logic, or do they require an attribute load? Thanks... > > - Keith > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" 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/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
