O

1 Message

 • 

70 Points

Saturday, November 2nd, 2024 4:58 AM

No Status

2

Can advance search feature exclude animation

It would be helpful if the advance search function could add 'animation' as an addition category to exclude. Currently the advance search allows you to exclude shorts and documentaries in genre feature.  Most adults aren't interested in animation or cartoon unless it's something for their children to watch. Currently animation bleeds into all genre search categories. Animation also seems to make up larger proportion of lists generated from non-english language searches (like Japan, Korea, China, etc).

Employee

 • 

7.4K Messages

 • 

180.3K Points

2 months ago

@ocellaigh You can achieve the same effect today, but it does require a manual edit to the search URL. If you start an advanced title search with the results restricted to animation you can then obtain the result you are seeking by adding a "! into the URL ahead of the animation genre.  For example:

All animated movies from 2024 -> https://www.imdb.com/search/title/?title_type=feature&release_date=2024-01-01,2024-12-31&genres=animation 

To convert this to all movies from 2024 which are not animated, edit the above URL to become -> https://www.imdb.com/search/title/?title_type=feature&release_date=2024-01-01,2024-12-31&genres=!animation 

We will leave this Idea thread open so other customers can vote upon whether it would be more convenient if there was an "exclude" checkbox for animation as there is for shorts and documentaries.

Hope this helps. 

Champion

 • 

1.1K Messages

 • 

51.5K Points

2 months ago

Hi, ocellaigh:

While the option to exclude animation titles is not available as a direct selection, you can exclude specific genres by manually modifying the URL that generates the search.

For instance, suppose you want to perform a title search with the word “monster”.

Note the URL generated and the results:

URL: https://www.imdb.com/search/title/?title=monster

Now see what happens to the URL if you include only horror titles and exclude documentaries:

URL: https://www.imdb.com/search/title/?title=monster&genres=horror,!documentary

The string &genres= is used to filter genres, separated by commas, and you can edit the URL manually to adapt it to your needs, taking into account, however, three rules:

  1. If you put an exclamation mark before the genre, that genre will be excluded from the search.
    For instance: &genres=!romance will exclude romance titles.
  2. If you concatenate several genres to be included, the logical operator AND is used, I mean, the titles must have all of the genres listed.
    For instance: &genres=action,fantasy will display titles that have both the action and fantasy genres, not just one of them.
  3. If you concatenate several genres to be excluded, the logical operator OR is used, I mean, the title can't have any of the genres listed.
    For instance: &genres=!thriller,!horror won't display thriller titles, horror titles or both (thriller+horror) titles.

So, if from my original search for titles with the word “monster” I want to exclude animation titles, I just add the string &genres=!animation to the URL, and this is the result:

URL: https://www.imdb.com/search/title/?title=monster&genres=!animation

Hope it helps. Cheers!

3 Messages

 • 

84 Points

2 months ago

Imagine I'm looking for a movie, or looking through my list. I want to find something suitable that I like, for example thrillers, and I'll see movies with additional genres such as comedy or horror, which is not always combined with a thriller. I would like to exclude these genres, since I don't like them, I think this will help both me and other people to search for new movies excluding genres they don't like

Note: This comment was created from a merged conversation originally titled exclude ganre

Employee

 • 

7.4K Messages

 • 

180.3K Points

@capeza​ Please see our reply above for how to do this. 

3 Messages

 • 

84 Points

@Col_Needham​ Wow, thanks, I didn't know you could do that. But why not make this feature available to any user within the site, without changing the URL directly? It's quite inconvenient, and the feature will be useful to many.