---
title: "What you can do with GravitySearch: use cases and examples"
date: 2026-06-11
author: "Rafael Bennemann"
link: "https://www.gravitykit.com/docs/gravitysearch/what-you-can-do-with-gravitysearch/"
---

Once you're comfortable with GravitySearch, the filters open up far more than a keyword search. Here are real jobs you can do with it, ordered from quick lookups to precise, combined queries. Each one assumes you know the basics; if not, start with [Getting started with GravitySearch](https://www.gravitykit.com/docs/gravitysearch/getting-started-with-gravitysearch/).

Keep the two contexts in mind as you read. The **Global Search** page searches across every form and filters on the properties every entry shares (the date, the status, who submitted it, and which form it came from). A single form's **Entries** list adds that form's own fields. Each example says which one to use.

## Find every submission from one person

A customer writes in and you want their whole history before you reply. On the **Global Search** page, search their email address or name. GravitySearch matches it across every form at once and shows which form and field each result came from, so a single search pulls their support requests, their event registration, and their orders into one list.

![Global Search returning one person's entries across three different forms](https://www.gravitykit.com/wp-content/uploads/2026/06/gs-use-cases-cross-form-search.png)

## Pull up everything you flagged for later

As you work through entries, click the star on the ones worth a second look. When you are ready, open **Global Search**, click the three-dots **Advanced Search** button, and add **Starred is Yes**. Every flagged entry from every form lands in one list, which turns "star it now, deal with it later" into a real workflow.

![Global Search filtered to Starred is Yes, gathering flagged entries from several different forms into one list](https://www.gravitykit.com/wp-content/uploads/2026/06/gs-use-cases-starred.png)

## Triage your support queue

When requests pile up, you want the ones that matter first: high priority, and a certain kind. Filtering on a form's own fields like these happens on that form's own entry list, so open your support form's entries (**Forms**, hover the form, click **Entries**), click the three-dots **Advanced Search** button next to Search, and build a filter with two parts joined by AND:

- **Priority is High**
- a group set to **OR** that contains **Request Type is Bug Report** and **Request Type is Feature Request**

![The filter builder showing Priority is High AND a group of Request Type is Bug Report OR Feature Request](https://www.gravitykit.com/wp-content/uploads/2026/06/gs-use-cases-filter-builder.png)
*The list narrows to exactly those entries, and every condition appears as a chip you can drop or reset. You can keep nesting and stacking conditions like this, as deep as the question needs*![The entry list narrowed to high-priority bug reports and feature requests, with filter chips above](https://www.gravitykit.com/wp-content/uploads/2026/06/gs-use-cases-filtered-results.png)

## Find entries that mention a specific word

Free-text answers hide useful signals. On a form's **Entries** list, add a condition like **Details contains "error"**, using any paragraph or text field and any word you care about. GravitySearch returns every entry where that word appears in that field, which is handy for surfacing complaints, requests, or a recurring topic buried in long answers.

## Pull a recent, high-value slice

Combine a numeric condition with a date range to focus on what is worth your attention right now. On your orders form's entries, add **Total is greater than 200**, then set the date-range picker at the top to the period you care about. You get the larger orders from that window and nothing older, with the running count of matches shown above the list.

![A single form's entries filtered to Total greater than 200 within a date range, with the date-range picker populated above the results](https://www.gravitykit.com/wp-content/uploads/2026/06/gs-use-cases-recent-high-value.png)

## See what one teammate submitted

GravitySearch can filter by who created an entry, which Gravity Forms does not do on its own. On the **Global Search** page, use the **User** filter and pick a teammate to see everything they submitted across every form. On a single form you also get **Created By User Role**, so you can pull entries from everyone with the Editor role at once. It is useful for reviewing a colleague's work or auditing who entered what.

![Global Search filtered to one user, showing that teammate's entries across several forms in the User column](https://www.gravitykit.com/wp-content/uploads/2026/06/gs-use-cases-created-by.png)

## Trace entries back to a page or campaign

Every entry records the page it was submitted from. On **Global Search**, filter **Source URL contains** a path or a campaign tag, like a landing-page slug, to see exactly which submissions came from where. It is a quick way to measure how a specific page or link is performing without leaving the admin.

## Review what is waiting for approval

If you use GravityView, its approval statuses show up as both status tabs and filter conditions. Filter to **Approval Status is Unapproved**, open each entry in the preview to check it, then bulk Approve the ones that pass. This requires GravityView.

## Clear out spam and stale entries in bulk

Search or filter down to the entries you want to act on, tick the rows, and choose an action from the **Bulk actions** menu. Because Global Search spans every form, you can mark a batch as read, trash old entries, or clear spam across your whole site in one pass instead of form by form.

![A filtered set of entries selected in Global Search with a bulk action chosen](https://www.gravitykit.com/wp-content/uploads/2026/06/gs-use-cases-bulk-actions.png)

## Turn a search into a shareable link

Every search lives in the page URL, so any view you build is a link. Bookmark your "high-priority bug reports" search to reopen it in one click, or send the link to a teammate so they land on the exact same results. If you write code, you can build the same filters with the `gk_search` URL parameter, which accepts a filter as JSON or Base64.

## Where to go from here

The thread running through all of these is one idea: search broad across every form, or filter deep inside one. Once that clicks, most questions about your entries become a filter or two. Pick the example closest to what you need, swap in your own fields, and bookmark the searches you reach for often. If the two search contexts are still new, the [Getting started with GravitySearch](https://www.gravitykit.com/docs/gravitysearch/getting-started-with-gravitysearch/) guide walks through them from the beginning.