Map that value using a query-only, formula-valued property. For example: <property name="FlagAsText" access="noop" formula="case when Flag = 1 then 'Yes' else 'No' end" />
And you can now use Like on the FlagAsText "property". Diego On Wed, Jun 2, 2010 at 14:49, Kminoru <[email protected]> wrote: > Hello, i have a property that has boolean value. > I translate this value to string to show for client, something like > this: > > if true then > return Yes > else > return false > endif > > Now i would like to do a search where when typed "ye", on > Expression.Like with an object with true, the answer is true. > > Excuse my English. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
