I have a suggestion about "advanced search", how can I contact the website to give them my idea?
my idea anyway, as you know you can search movies by genre, let's say you searched "Comedy" genre, you will get all comedy movies, some of these movies are listed as "comedy" and some of them are listed as "comedy - drama" and some of them are listed as "action - comedy" ... etc
what I want is to be able to exclude some genres from being showed with the results, for example I want to get "comedy" movies and I want to exclude "action" genre, so when I search I don't want to get any movie listed as "action - comedy", I just want the movies listed as "comedy"
I hope that my idea is clear (:
my idea anyway, as you know you can search movies by genre, let's say you searched "Comedy" genre, you will get all comedy movies, some of these movies are listed as "comedy" and some of them are listed as "comedy - drama" and some of them are listed as "action - comedy" ... etc
what I want is to be able to exclude some genres from being showed with the results, for example I want to get "comedy" movies and I want to exclude "action" genre, so when I search I don't want to get any movie listed as "action - comedy", I just want the movies listed as "comedy"
I hope that my idea is clear (:
- 9 Posts
- 0 Reply Likes
Posted 7 years ago
gromit82, Champion
- 7543 Posts
- 9624 Reply Likes
I think there is a way to do this now, but you have to manipulate the URL of your search to do this.
If you do the following search, you will get all comedies, sorted by number of votes: http://www.imdb.com/search/title?at=0&genres=comedy&sort=num_votes
But if you do the following search, you will get all comedies that are not action films, sorted by number of votes: http://www.imdb.com/search/title?at=0&genres=comedy&!genres=action&sort=num_votes
In other words, I inserted &!genres=action into the URL -- the exclamation mark means "not" in this context.
There may be an easier way to do this, but I recommend working with this function and seeing if it will accomplish what you are looking for.
(Note: I was trying to display the URLs in addition to having them be active links here, but it looks like I can only do one or the other in this post.)
If you do the following search, you will get all comedies, sorted by number of votes: http://www.imdb.com/search/title?at=0&genres=comedy&sort=num_votes
But if you do the following search, you will get all comedies that are not action films, sorted by number of votes: http://www.imdb.com/search/title?at=0&genres=comedy&!genres=action&sort=num_votes
In other words, I inserted &!genres=action into the URL -- the exclamation mark means "not" in this context.
There may be an easier way to do this, but I recommend working with this function and seeing if it will accomplish what you are looking for.
(Note: I was trying to display the URLs in addition to having them be active links here, but it looks like I can only do one or the other in this post.)
http://www.imdb.com/search/title?at=0&genres=comedy&sort=num_votes
http://www.imdb.com/search/title?at=0&genres=comedy&!genres=action&sort=num_votes
Emperor, Champion
- 6418 Posts
- 3018 Reply Likes
See previous discussion:
https://getsatisfaction.com/imdb/topi...
Which would give us:
https://getsatisfaction.com/imdb/topi...
Which would give us:
http://www.imdb.com/search/title?genres=comedy&!genres=action,animation&sort=num_votes- 9 Posts
- 0 Reply Likes
So, do you know any solution to my problem?
- 2 Posts
- 1 Reply Like
I think vertical bar can help here
see:
vs comma:
http://www.imdb.com/search/title?genres=comedy&!genres=action|animation&sort=num_votesvs comma:
http://www.imdb.com/search/title?genres=comedy&!genres=action,animation&sort=num_votes(Edited)
- 9 Posts
- 0 Reply Likes
Andrea Castillo, thank you so much for helping me to know how to exclude titles in advanced search, I've used the way that you told me many times
now i want to know if you can tell me how to use OR in my search, I hope that you would understood what I mean by OR :)
now i want to know if you can tell me how to use OR in my search, I hope that you would understood what I mean by OR :)
bluesmanSF, Champion
- 10815 Posts
- 6434 Reply Likes
As to suggesting ideas to the site, you'd post on this forum. It has four categories. "Ask A Question," "Share and Idea," "Report a Problem" and "Give Praise." You posted on the default category, but if you'd have clicked into the "Share an Idea" it would let you suggest an idea and allow other users who agree to vote for it, giving the site an idea of how popular an idea it is.
Here's an example of one suggested and implemented as a result. https://getsatisfaction.com/imdb/topi...
Here's an example of one suggested and implemented as a result. https://getsatisfaction.com/imdb/topi...
- 9 Posts
- 0 Reply Likes
Is there any way I can change the category after i wrote the topic?
Dan Dassow, Champion
- 16636 Posts
- 18730 Reply Likes
Unfortunately, once someone reply to your original post, you Get Satisfaction will not allow you to change the post or category of the post.
- 9 Posts
- 0 Reply Likes
Dan Dassow can I delete my topic?
Dan Dassow, Champion
- 16636 Posts
- 18730 Reply Likes
I did not completely answer your question. A poster cannot delete at post one someone replies to it. Only IMDb staff members can delete posts with responses on IMDb's Get Satisfaction site. I am only another user and have not administrative rights.
This conversation is no longer open for comments or replies.
This conversation is no longer open for comments or replies.







Dan Dassow, Champion
If I really want to show the full URL on Get Satisfaction, I will either use "pre" and repeat the link or use the "a" tag.
Using "pre"
http://www.imdb.com/search/title?at=0&genres=comedy&!genres=action&sort=num_votes
Using "a" tag
http://www.imdb.com/search/title?at=0&genres=comedy&!genres=action&sort=num_votes
Mubarak Aldawsari
but is there any way to exclude two genres
I want all comedies but without any action or animation
and thank you again