zorchenhimer / MoviePolls

Voting to decide on a movie to watch with MovieNight
https://discord.gg/F2VSgjJ
16 stars 6 forks source link

Add a option to sort movies from where they came from. #106

Open LukeIsCodingNet opened 3 years ago

LukeIsCodingNet commented 3 years ago

Add a option to view movies that came form IMDB only or My Anime List Only.

CptPie commented 3 years ago

this is already possible :)

The search query t:"mal" only results in movies imported from myanimelist (as long as they have been imported since this feature was implemented). Similarly t:"imdb" results in imdb movies.

Please rephrase if i misunderstood the issue, if that is what you wanted pls close it :).

LukeIsCodingNet commented 3 years ago

I was thinking of a clickable button on the home page that could insert that search query in the URL.

zorchenhimer commented 3 years ago

I'm not against adding a button or two, but I'll defer to the ones working on the site redesign.

CptPie commented 3 years ago

@dbaudisch what do you think?

zorchenhimer commented 3 years ago

(Side note, the search is done via a POST so the GET variables aren't checked. Would probably be a good idea to accept search queries from both POST and GET variables.)