> collection="teste"
> name="GetContentDB"
> type="SIMPLE"
> criteria="<STEM> #UserCriteria#"
> language="Spanish">
>
> Here begin my problem... Returns only if UserCriteria is EQUAL(exactly)
> any word in collection. Don't works with partial word.
When you specify TYPE="SIMPLE", you shouldn't specify any Verity operators
in your CRITERIA attribute. The default Verity search operators used for
simple searches are STEM and MANY. Perhaps Verity isn't doing a MANY
(plural-matching) search.
Beyond that, though, I'm not sure what exactly you're looking for. Can you
give an analogous example using English words?
> I'm looking for a results like this:
>
> #Titulo#
> #Frase# #DataCriacao#
> #Conteudo#
>
> but Verity don't perform this options. Only #SUMMARY# which is very
> very ugly... How to do that?
Verity simply tells you which records matched the search. If you want to
display fields of those records, you'd typically fetch them from the
database yourself after the search using the keys returned by Verity.
Alternatively, you can store two custom fields when you index the data:
CUSTOM1 and CUSTOM2. You can put whatever you want in those fields, then
display that from your Verity search results recordset.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

