-
Notifications
You must be signed in to change notification settings - Fork 92
Understanding the Search Page Format
Griffin Boyce edited this page Sep 27, 2017
·
2 revisions
A search for notices including the term "Lumen" looks like this: https://www.lumendatabase.org/notices/search? &term=Lumen
For a search that has multiple words, &term-require-all=true
is a handy modifier: lumendatabase.org/notices/search?term=Lumen+Project &term-require-all=true
To request the search results page in .json format, add the .json
extension to the URL like so: lumendatabase.org/notices/search .json ?term=Lumen+Project&term-require-all=true
And then to get other search result pages, simply add the &page=
modifier:
lumendatabase.org/notices/search.json?sort_by=&term-require-all=true&term=Lumen+Project&utf8=%E2%9C%93 &page=2