Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Appendix A: Sizing and Platform Requirements
  9. Appendix B: Application Components
  10. Appendix C: IDD Security Configuration
  11. Appendix D: Data Security
  12. Appendix E: Example Role-Based Security Configuration
  13. Appendix F: Data Masking
  14. Appendix G: Siperian BPM Workflow Engine
  15. Appendix H: Locale Codes
  16. Appendix I: Troubleshooting
  17. Appendix J: Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Basic - SQL-based Search

Basic - SQL-based Search

Basic Search uses the searchQuery API.
A search can be based on data in the:
  • Primary object record
  • Any of its (PO) child records
  • Any records related through a match path component
You can perform a case insensitive Basic search, when you run a data query. Basic search finds results using string and string pattern comparisons.
  • In Microsoft SQL Server environments, Basic Search is not case sensitive.
  • In Microsoft SQL Server environments, you cannot use square brackets ([]) and a like operator in a search request. To use square brackets in a search query, enclose the first square bracket ([) in an extra pair of square brackets ([[]). For example, to look for a record that starts with a first name like
    %[ABC123]%
    , use the following search query:
    first_name like '%[[]ABC123]%'

0 COMMENTS

We’d like to hear from you!