Skip to content

Instantly share code, notes, and snippets.

@kevinli-work
kevinli-work / search_filters_v2_docs.md
Last active October 30, 2017 15:35 — forked from nmonga91/search_filters_v2_docs.md
Search Filters v2 Documentation

Search Filters v2 Documentation

NOTE: Filter examples can be combined into a single object in order to AND their results. Some search filters can be OR'd internally and will be specified as such. For example:

{
	"keyword": "example search text",
	"time_period": [
		{
 "start_date": "2001-01-01",