KeywordFilterOutput
description
Output types for resolved search filters
type KeywordFilterOutput {
query: String
proximity: Int
scope: SearchScope
}
Fields
KeywordFilterOutput.query ● String scalar
Search query that was applied
KeywordFilterOutput.proximity ● Int scalar
Proximity value that was applied
KeywordFilterOutput.scope ● SearchScope enum
Search scope that was applied
Member of
SearchFilterOutput object