SavedSearch.h header

#include <ew/core/SavedSearch.h>

Namespace ew::core

SavedSearch struct

struct ew::core::SavedSearch

A named, reusable search the user has saved so it can be re-run from the search UI.

Members

QString ew::core::SavedSearch::name

The user-facing name of the saved search.

QString ew::core::SavedSearch::query

The query string to run.

bool operator==(const SavedSearch &, const SavedSearch &)=default

Saved searches compare equal when both the name and query match.