Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
passing the values in Search service in WCC 12c

Hi,
I'm working in a project that stores the contnt in WCC 12c and trying to use the search service, I'm able to search using the query like the below :
searching by content id field using this query dDocName <starts> `TEST` and this one dDocName <matches> `TEST`
In the above queries , we need to specify the field name , but my question is that how can we pass only the value like wen we do in the search box in WCC , we write the word , then the system shows all the contents that contain that word either as metadata value or in the plain text of that content since we've enabled the full-text search in our environment.
Would you please provide your feedback,
Regards,
Answers
-
The answer has been found, we can use dDocFullText for the full-text search !
Thanks & Regards,