Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Clarification
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Feb 25, 2021

Allow DQL queries on Notes Document Collections, rather than just an entire DB

Currently, the FTSearch keyword (LotusScript) allows for performing searches on both a DB or a document collection. Include this feature with DQL so queries can be performed on document collections as well.

  • Attach files
  • Guest
    Reply
    |
    Mar 2, 2021

    Our use case is that we often create a document collection via a variety of methods, perhaps a DQL search, perhaps a view lookup, maybe even an FTSearch. Once we have a collection of records in place, we then wish to further refine the collection using a DQL search. Being able to perform an FTSearch on a collection has been a useful approach but now we would like to leverage the newer DQL queries instead.

  • Guest
    Reply
    |
    Mar 2, 2021

    When dealing with larger collections, we'll use the FTSearch to reduce the number of records based on some keyword. It would be great if we could utilize DQL to perform even more specific reductions.

  • Admin
    Thomas Hampel
    Reply
    |
    Feb 26, 2021

    What would be the benefit of doing this? Can you please provide an example?