Feat: Add Starck Filmes Indexer (#30)
* feat: add starck filmes indexer * feat: findYearFromText year trim space
This commit is contained in:
11
api/index.go
11
api/index.go
@@ -77,6 +77,17 @@ func HandlerIndex(w http.ResponseWriter, r *http.Request) {
|
||||
},
|
||||
},
|
||||
},
|
||||
"/indexers/starck-filmes": []map[string]interface{}{
|
||||
{
|
||||
"method": "GET",
|
||||
"page": "page number",
|
||||
"description": "Indexer for Starck Filmes",
|
||||
"query_params": map[string]string{
|
||||
"q": "search query",
|
||||
"filter_results": "if results with similarity equals to zero should be filtered (true/false)",
|
||||
},
|
||||
},
|
||||
},
|
||||
"/indexers/manual": []map[string]interface{}{
|
||||
{
|
||||
"method": "POST",
|
||||
|
||||
Reference in New Issue
Block a user