Skip to Main Content

APEX

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!

Display Oracle Text search results and download them as file

DannyS-OracleNov 6 2017 — edited Dec 1 2017

Hi everyone,


I am developing an internal search engine in my team, allowing my users to query data and download them as a file. So far I implemented this using the combination of Interactive Report (IR) and Oracle Text (OT):

  1. I used OT to handle the search terms and query the data
  2. I used IR to display the search results. It also allows my team to download search results using Actions > Download option. 

The problem with this approach is, the search results in IR table is not intuitive for my users because it is displayed in columns, and there are lots of them (>20 columns) which requires my users to scroll horizontally a lot. They prefer the results just like the Google search results UI:

  1. search keywords highlighted
  2. data displayed not in columns, but in structured format using HTML and CSS

I recently learned that I can format the search results in HTML and CSS to be more intuitive using CTX_DOC.MARKUP package. Now my only concern is, how can I provide the download option on top of this marked-up display? Is there an API or library to integrate the Apex' download feature with the OT search?

Any suggestion will be appreciated, thanks!

This post has been answered by fac586 on Nov 7 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 29 2017
Added on Nov 6 2017
4 comments
305 views