@Searchable in non String fields

View: New views
2 Messages — Rating Filter:   Alert me  

@Searchable in non String fields

by wadi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all, I was wondering if it is possible to use the @Searchable annotation for a non string filed such as an Integer or other object so I can filter on a table using the string representation of that object.
Thanks in advance,
Regards,
Wadi

Re: @Searchable in non String fields

by wfaler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Sorry for the delay in response.
Searchable does not work for non-string fields, this is a bit of an omission unfortunately.

wadi wrote:
Hi all, I was wondering if it is possible to use the @Searchable annotation for a non string filed such as an Integer or other object so I can filter on a table using the string representation of that object.
Thanks in advance,
Regards,
Wadi