Open CptPie opened 2 years ago
Before you could search t:{whatever} to filter by tag, that is broken on the live version atm.
t:{whatever}
That will require further debugging...
See FilterMovieByTag() in models/utils.go and SearchMovieTitles() in logic/movies.go
FilterMovieByTag()
models/utils.go
SearchMovieTitles()
logic/movies.go
Before you could search
t:{whatever}
to filter by tag, that is broken on the live version atm.That will require further debugging...
See
FilterMovieByTag()
inmodels/utils.go
andSearchMovieTitles()
inlogic/movies.go