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 Shipped
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Feb 18, 2019

DQL support for Japanese

DQL can not search Japanese as summary field and view column.

 

I can not search Japanese values ​​with all three below.

  • NotesDominoQuery Class (LotusScript)
  • domquery.exe (Command Prompt)
  • load domquery command (Domino console)

 

I tried URL encoded Japanese specified as a query, but it can not be searched.

I tried translating Unicode escape sequence for Japanese specified in the query but it can not be searched.

  • Attach files
  • Guest
    Reply
    |
    Jan 17, 2020

    domquery will not allow DBCS characters from the console.  This is not a DQL issue but an OS one.  Please use the -z <filename> option to specify your query.

     

    If backend classes do not support DBCS, please open a support issue, as this is a defect, NOT a new feature.

  • Guest
    Reply
    |
    Jun 3, 2019

    Correction: I confirmed FP2 does not work on Console Command due to grabled text however it is reported that it works via Node.js.

  • Guest
    Reply
    |
    Jun 3, 2019

    I confirmed FP2 does not work.

  • Guest
    Reply
    |
    Apr 29, 2019

    10.0.1FP2 is the target for a fix