Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created December 8, 2021 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/0ef6192cdbbfb9236bcaf7c681b51b9a to your computer and use it in GitHub Desktop.
Save Hkazanci93/0ef6192cdbbfb9236bcaf7c681b51b9a to your computer and use it in GitHub Desktop.
let albums = await repository.search()
.where('artist').equals('Mushroomhead')
.and('title').matches('butterfly')
.and('year').is.greaterThan(2000).returnAll()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment