Skip to content

Instantly share code, notes, and snippets.

@BenOckmore
Created December 11, 2016 01:21
Show Gist options
  • Select an option

  • Save BenOckmore/8c78a41515f45f426fbbc92947068aa4 to your computer and use it in GitHub Desktop.

Select an option

Save BenOckmore/8c78a41515f45f426fbbc92947068aa4 to your computer and use it in GitHub Desktop.
Area Indexing Code
Area.forge()
.where({type: 1})
.fetchAll()
.then((collection) => collection.toJSON())
.map(search.indexArea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment