Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

wild card search implementation - adf view criteria

1001912Mar 16 2016 — edited Mar 18 2016

Hi ,

I have an input field and a department table. On entering some text in input field , table should show results matching text in departmentName column. Requirement is to implement wild card search on the input text field. e.g. if DepartmentName column has below values and

(1)  input text entered was  "*ing*" , it should get result as "Marketing" , "Shipping3".

(2) input text entered was "M*ket*g" , it should get result as "Marketing"

IT

Marketing

Shipping3

How can I implement wild card search? How can have view criteria to allow * as wild card character and perform search as specified above?

Thanks

This post has been answered by 2716510 on Mar 16 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2016
Added on Mar 16 2016
7 comments
496 views