Search code examples
oracle-apex-5oracle-apex-5.1

search in POP-UP LOV in APEX 5


Good day guys, I just want to know if the search in a pop-up LOV in ORACLE ApEx 5 does a "query search" directly to the database or does it search in the results shown in the pop-up?TIA


Solution

  • It performs a database query. You can verify this by using the browser's Inspect tool, Network tab and see the server request and response.