M2SearchFreeForm

REST resource exposing a searcher via REST for free form searches.
Expects the following search request parameters:
"p" - the predicate name (mandatory)
"v" - the value (optional); if not specified performs a bound search
"t" - the condition type (optional); if not specified performs an bound or eq
- condition can be one of 'bound', 'eq', 'notEq', 'matches'

The following resources are part of this group:

/search/m2/freeform

Mount Point: /rest/search/m2/freeform

GET

Performs a search a metadata search.

Parameters

name description type default
p predicate: The key of the metadata to search. query
t type: The type of search to perform (equal, matches, bound, notEqual). query
v value: The value to search for (value is not use if the type is 'bound'). query

Response Body

element: search-results
media types: */*
application/xml

(no documentation provided)