SearchTermBody constructor
SearchTermBody(
- String match
Creates a new search term
Implementation
SearchTermBody(String match) : super('BODY', match);
Creates a new search term
SearchTermBody(String match) : super('BODY', match);