Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • Data Grid Capabilities

How to Search Records in the Grid

Learn effective techniques to quickly search and filter records in a grid layout for improved data management and access.

Written by Akanksha Shukla

Updated at June 7th, 2026

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Partner Quoting Workspace (PqW)
    Introducing StrataVAR PQW Importing Vendor Quotes – Creating Bills of Materials (BoMs) Assembling a Quote Editing a Quote Pricing, Margins and Calculations in PqW Preparing a Quote for Ordering Exporting Quotes in PqW StrataVAR Admin Related Articles Order Management and Upload Finding and Managing Quotes Cisco 360 Estimated Land Rebate
  • Partner Renewal Workspace (PrW)
    About Partner Renewal Workspace (PrW) PrW Maintenance Contract Module PrW Subscription Module
  • Data Grid Capabilities
+ More
  • Partner Quoting Workspace (PqW)

  • Partner Renewal Workspace (PrW)

  • Data Grid Capabilities

    •  How to Apply Server Filters to Filter the Data in the Grid
    •  How to Apply Column Filters in the Data Grid
    •  How to Search Records in the Grid
    •  How to Edit Records Inline in the Grid (Inline Editing)
    •  How to Edit Multiple Records at Once (Bulk Editing)
    •  How to Navigate and Find Records in the Grid
    •  How to Export Grid Data to Excel
    •  Understanding the Save Button and Save Counter in Grids

Introduction

Beyond filtering and sorting, the grid framework across PqW and PrW consoles provides search capabilities that let you quickly locate specific records by typing keywords or values. Understanding how search works — including its global behavior, fuzzy matching, and limitations — helps you find what you need faster and avoid confusion when results don't appear as expected.

This article explains:

  • How global search works in the grid
  • How fuzzy search matching behaves
  • What search limitations to be aware of
  • Tips for getting the best results from search

This is a generic reference article. Search behavior is consistent across all consoles and tabs that use the grid framework — Search Quotes, Search Quote Items, Renewal Manager, Renewal Engineer, and others.

 Note: Search is available on any console or tab that uses the grid framework. If you can access the console, search is available by default — no additional permissions are required.

 

Why & Where It Fits in the User Journey

Filters and sorting help you narrow down and organize data, but sometimes you already know exactly what you're looking for — a specific quote number, a part number, an account name, or a keyword in a description. In these moments, search is the fastest path to the right record. Search fits into the user journey at these key moments:

  • When you know the exact record — You have a quote number (e.g., QT-000000102) or a part number and want to jump straight to it without setting up multiple filters.
  • When you're looking for a keyword across columns — You remember a word from a quote name or description but aren't sure which column it's in. Global search checks across all visible columns at once.
  • When you need a quick check — Before creating a new quote or adding an item, you want to quickly verify whether a similar record already exists.
  • During customer calls or meetings — When a customer references a specific quote or product, search lets you pull it up in seconds without navigating through filters.

In short, search is your quick-access tool — use it when you know what you're looking for and want to get there fast.


How Global Search Works

The grid provides a global search box, typically located in the toolbar area above the grid. When you type a value into this search box:

  • The grid searches across all visible columns simultaneously — you don't need to specify which column to search in.
  • Results are filtered in real time as you type, narrowing down the displayed records to only those that match your search term.
  • The search applies to the currently loaded dataset — meaning it works on the data that has already been fetched based on your server-side filters. It does not query the database again.

Example: If you type "Cisco" into the global search box, the grid will show all records where "Cisco" appears in any column — whether that's the Account name, Quote Name, Description, Manufacturer Name, or any other visible column.


How Fuzzy Search Works

The grid uses fuzzy search matching, which means it does not require an exact match. Here's how it behaves:

  • Partial matches are supported. Typing "QT-102" will match records containing "QT-000000102" because the search term appears within the full value.
  • Case-insensitive. Searching for "cisco", "Cisco", or "CISCO" will all return the same results.
  • Matches anywhere in the value. The search term does not need to appear at the beginning of a value. Typing "renewal" will match "Annual Renewal License", "Renewal – Q3", and "Early Renewal Discount" equally.
  • Spaces and special characters are included. If you type "QT-000", the hyphen is treated as part of the search term rather than ignored.

Fuzzy search is designed such that you don't need to remember the exact value, just enough of it to narrow down the results.


Search Limitations

While search is powerful for quick lookups, there are some important limitations to be aware of:

Limitation

Details

Searches only loaded data

Global search works on the data currently loaded in the grid. If your server-side filters have excluded certain records, search will not find them. To search across a broader dataset, widen your server-side filters first and click Apply, then use search.

Does not search hidden columns

If a column has been hidden (via the settings/gear icon), search will not match values in that column. Make sure the columns relevant to your search are visible.

No wildcard or regex support

The search box does not support wildcards (e.g., *, ?) or regular expressions. It performs simple substring matching only.

No cross-tab search

Search on the Search Quotes tab only searches quote-level data. It does not search quote item data, and vice versa. If you need to find a part number, switch to the Search Quote Items tab first.

Performance on very large datasets

If the grid has loaded a very large number of records (thousands of rows), search may take a moment to filter results. For better performance, use server-side filters to reduce the loaded dataset before searching.

Single search term

The search box treats your entire input as one search term. Typing "Cisco Renewal" searches for the exact substring "Cisco Renewal", not for "Cisco" AND "Renewal" separately. If you need to match multiple independent terms, use column-level filters instead.


Search vs. Server-Side Filters vs. Column-Level Filters

It's helpful to understand how the three filtering mechanisms differ so you can choose the right one:

Feature

Server-Side Filters

Column-Level Filters

Global Search

Where it queries

Database (server)

Loaded data (client)

Loaded data (client)

Scope

Specific columns you configure

One column at a time

All visible columns at once

Operators

Contains, Equals, Range, Is Empty, etc.

Varies by column type

Fuzzy substring match only

Best for

Narrowing large datasets before loading

Precise filtering on a specific column

Quick keyword lookups across all columns

Requires Apply Button?

Yes

No (instant)

No (instant)

A common and effective workflow is:

  1. Server-side filters — Narrow the dataset from the database (e.g., filter by Account and Status).
  2. Global search — Quickly locate a specific record within the filtered results.
  3. Column-level filters — Further refine if needed on a specific column.

Tips for Getting the Best Results from Search

  • Widen your server-side filters first. If search returns no results, it may be because the record you're looking for was excluded by your server-side filters. Set filters to "All" or broaden them, click Apply, then search again.
  • Use the most unique part of the value. Instead of searching for a common word like "Quote" or "License", search for a more distinctive term like the quote number, part number, or a specific account name.
  • Check which tab you're on. If you're searching for a part number but you're on the Search Quotes tab, you won't find it. Switch to Search Quote Items.
  • Make hidden columns visible. If you suspect a match should exist but search isn't finding it, check whether the relevant column is hidden. Click the settings/gear icon to review and enable columns.
  • Clear the search box to see all records again. After searching, clear the search box (delete the text or click the ✕ icon) to restore the full filtered dataset.
  • Don't rely on search alone for critical lookups. For important or audit-sensitive searches, use server-side filters with precise operators (e.g., Is Equal To) rather than global search, which is fuzzy and may return partial matches you didn't intend.

Summary

Global search in the grid is a fast, flexible way to locate records when you know what you're looking for. Its fuzzy matching and cross-column behavior make it forgiving and convenient for everyday use. However, it works only on loaded data and has limitations around hidden columns, wildcards, and multi-term searches.

For the most effective results, combine search with server-side filters and column-level filters — use server-side filters to load the right dataset, search to quickly find a specific record, and column-level filters for precise refinement.

record lookup data query

Was this article helpful?

Yes
No
Give feedback about this article
In this article
  • Introduction
  • Why & Where It Fits in the User Journey
  • How Global Search Works
  • How Fuzzy Search Works
  • Search Limitations
  • Search vs. Server-Side Filters vs. Column-Level Filters
  • Tips for Getting the Best Results from Search
  • Summary

Related Articles

  • How to Apply Server Filters to Filter the Data in the Grid
  • How to Apply Column Filters in the Data Grid

Salesforce™, Force.com™ and other trademarks are trademarks of Salesforce.com, Inc. and are used here with permission.

Linkedin-in Youtube
Platform
  • Platform Overview
  • Partner Quoting Workspace (PqW)
  • Salesforce CPQ Enhencements (iCPQ)
  • Partner Renewal Workspace (PrW)
  • Integrations
Resources
  • Blogs
  • Case studies
  • White Papers
  • FAQ
Company
  • About us
  • Contact Us
  • Support Portal

2024© All rights reserved

  • Privacy Policy
  • Terms & Conditions

Made with 🤍  by StrataVAR

Knowledge Base Software powered by Helpjuice

Expand