What would you like to know more about?

Advanced URL Filters

Multiple Filters

A URL may contain multiple filters separated by an ampersand (&). There is no limit to the number of filters which may be included and combining filters offers a useful way to return a specific set of Opportunities.

/opportunities?congregationid=5&meetingtime=evenings

Multiple Filter Values

A single filter may contain multiple ID values separated by a comma. Employing a comma separated list of IDs can expand the set of Opportunities returned.

/opportunities?meetingtimes=afternoons, evenings

Multiple Keywords

URLs cannot contain spaces, but %20 or + may be used instead. This is useful when filtering by two sequential keywords. Perhaps both "adult" and "community" would individually return too many Opportunities. In this case a combination could be used.

/opportunities?keyword=adult+community