Search Overview

Searching in VBAPI is structured around three core components:

  1. SearchConfig – Defines what data sources (tables/columns) are available.
  2. SearchCriteria – Specifies filtering conditions.
  3. SearchRequest – Combines config and criteria to retrieve search results.

Use the navigation links below to explore each part of the search process:

  • SearchRequest – Combines config and criteria to retrieve search results.
  • Search Results – Displays the results of the search query.
    • Sorting – Sorting approach for search results.
    • Pagination – Navigate search results across multiple pages.