Skip to content

🚀 Demo stand with MACROX Turbo over Shows / Videos / Serials

Notifications You must be signed in to change notification settings

macrox-pro/demo-stand-turbo-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Usage:
  server [flags]
  server [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  index:init  create search index
  index:sync  sync search index

Flags:
  -a, --addr string         listen address for graphql (default ":9000")
  -h, --help                help for server
  -i, --index:path string   index file (default is ./index.bleve) (default "./index.bleve")

Use "server [command] --help" for more information about a command.

Create search index

server index:init

Sync search index

server index:sync

Run server

server