apex full text custom search [message #592754] |
Mon, 12 August 2013 02:27 |
|
anil001
Messages: 17 Registered: August 2013 Location: United States
|
Junior Member |
|
|
I have a table which has CLOB column and I have requirement to support not just contains search but following requirements as well:
- User should be able specify AND / OR operators. For example: searching on 'Word1 OR Word2' should do search as: Where column contains Word1 or column contains Word2.
- Need to support wild characters.
- Allowing search using NEAR operator (http://docs.oracle.com/cd/B19306_01/text.102/b14218/cqoper.htm#i997808).
- Return results only when whole word matches. For example, searching on rent should not return parent.
Would a standard report work or do I need to build a custom search page. Also, do I need to use oracle text search.
Appreciate any feedback/examples on how best to handle this.
[Updated on: Mon, 12 August 2013 02:28] Report message to a moderator
|
|
|
|
|