Author |
Message |
Registered: September 29, 2009 | Posts: 65 |
| Posted: | | | | I would like to see a type of search that I see as very intuitive and important: search by whatever word you input. Instead of being able only to search by title/original title, it would be nice to be able to search the name of an artist you are interested in. I know you can achieve similar results to what I suggest via filters, but see below my point, please.
This most likely would be a search that would merge the following databases: "title", "crew" and "cast" (perhaps "tags?" or some other?). This would be very helpful for whoever is interested in a certain artist's career/ouvre in his collection.
For example: Truffaut. You type the name and all films he was involved in or any film about him would appear. The way it is now, you would have to go through these many steps: go to crew filter, type "truffaut", mark "truffaut", go to cast filter, type "truffaut", mark "truffaut", then go to Title search and search "truffaut". Too many steps for such a simple search I guess, right? |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Definitely! I must stress, that it should search ALL fielddata with a few exeptions. Example; No reason to search in integer or float values if the search string doesn't have a digit, for instance. The tricky part will be the result list. |
|
Registered: April 5, 2007 | Posts: 10 |
| Posted: | | | | I'd also like this feature. |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,460 |
| Posted: | | | | I have a plugin concept called "FindIt" on the shelf for awhile, but so far no time to do it. Any plugin developer could do this easily. Maybe DJ will jump on it. Also it would be a really cool addition to Database Query. As an alternative, one could write a standalone tool on top of the exported XML, since all the data is already in text form there. Just loop on the profiles with simple string search of the text, and spit out the profileID matches - but then no way to flag the found profile. So it seems a plugin is best, unless Ken puts it in DVDP. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| |
Registered: March 18, 2007 | Reputation: | Posts: 6,460 |
| Posted: | | | | Quoting DJ Doena: Quote: Quoting mediadogg:
Quote: Maybe DJ will jump on it.
Not this time Darn. You are sooooo good at it. Anyways, I'll keep "FindIt" on the drawing pad until I see whether Mark (DB Query) or Ken (you know who) picks it up. Actually, I guess I could add the function to either BulkEdit or MyTools - much easier than releasing and supporting another plugin. How would that be? Should I wait awhile to see if Ken does it? | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,321 |
| Posted: | | | | It does seem like a perfect fit for Database Query. Maybe I'll look into it later. | | | Get the CSVExport and Database Query plug-ins here. Create fake parent profiles to organize your collection. |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,321 |
| Posted: | | | | If someone wants to come up with a list of fields that should be searched, I can look into adding it to my plugin. How's this for a start?
Title Original Title Sort Title Overview Notes Tags Cast Crew Genres Other Features Easter Eggs
Then perhaps add a column to the output displaying which fields the search word was found in. | | | Get the CSVExport and Database Query plug-ins here. Create fake parent profiles to organize your collection. |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,321 |
| Posted: | | | | Ok, I've got it halfway done. Not bad for 15 minutes! I'll finish it up later tonight. | | | Get the CSVExport and Database Query plug-ins here. Create fake parent profiles to organize your collection. |
|
| Muckl | That's my common name. |
Registered: April 9, 2009 | Reputation: | Posts: 858 |
| Posted: | | | | Quoting Mark Harrison: Quote: If someone wants to come up with a list of fields that should be searched, I can look into adding it to my plugin. How's this for a start? [...] What about Studios/MCs? Quoting Mark Harrison: Quote: Ok, I've got it halfway done. Not bad for 15 minutes! I'll finish it up later tonight. Yay, I'm dying to try it out! | | | 1.0.1, iPhone 3GS, iOS 4.1.0
Trivia v0.3.1 My HSDB v5 additions, HTML windows and other stuff |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,321 |
| Posted: | | | | Quoting Muckl: Quote: Quoting Mark Harrison:
Quote: If someone wants to come up with a list of fields that should be searched, I can look into adding it to my plugin. How's this for a start? [...] What about Studios/MCs?
Easy enough to add. But before I do, why? In case you've not tried my plug-in out, it already gives you the ability to search those fields (along with just about every other field). Now I can certainly add those two fields to the super search very easily. But before I do, I want to make sure it's logical to do so. Because the more fields you search, the longer it's going to take. I'm having a hard time imagining why you would want to look at those two fields in addition to the others. If there's a good reason for it, then no problem. | | | Get the CSVExport and Database Query plug-ins here. Create fake parent profiles to organize your collection. |
|
Registered: March 13, 2007 | Posts: 21,610 |
| Posted: | | | | It seems to me that such a broad search base would not give much in terms of useful results...but maybe. Taking the OP's suggestion Francois, for example, makes me ask which Francois, there is more than a few and that doesn't include the role by that name or even the Movie Title. Not sure i get why such a broad based search would be of much usefulness.
Skip | | | ASSUME NOTHING!!!!!! CBE, MBE, MoA and proud of it. Outta here
Billy Video |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,460 |
| Posted: | | | | Quoting Mark Harrison: Quote: Ok, I've got it halfway done. Not bad for 15 minutes! I'll finish it up later tonight. Cool. I'm glad you picked it up. I'll be using it myself from time to time. Will there be any way to save or print the results? I know you can save a flag set, but it would also be nice to save a report or XML or something with the search results. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,321 |
| Posted: | | | | Got it done earlier this afternoon, but had a birthday party to attend. Skip, I agree that I don't see the usefulness, but I can say that about a lot of the stuff in my plugin. Still, if someone else finds it useful, I'm happy to add it. And in this case it was about 75-90 minutes of work. Doesn't hurt that I already had the framework built to search through database fields and return the results! mediadogg, as has always been the case, you can save the results. In addition to the option to save to a Flag Set, you can select rows with the mouse or right click and choose Select All Rows. From there hit the Copy icon on the toolbar or right click and choose Copy. Then you can paste it into something like Excel. That's been there since version 1.0 I think. Finally, here's a preview! The screenshot is a little cut off, but here are the fields it's currently searching: Title Original Title Sort Title Overview Notes Tags Cast Crew Genres Other Features Easter Eggs More fields can very easily be added if someone can make a good case for them. One final bit of trivia. If you tell the plugin not to load cast & crew (which increases the speed greatly), it seems the plugin still reads the director. No other cast or crew are returned by the SDK. Not sure if it's always been that way or not, but I found it interesting! I could code around it, but that seems silly. Strange that if you don't ask for the cast & crew you still get the director. | | | Get the CSVExport and Database Query plug-ins here. Create fake parent profiles to organize your collection. | | | Last edited: by Mark Harrison |
|
Registered: March 13, 2007 | Reputation: | Posts: 6,635 |
| Posted: | | | | You're just whetting our appetite here, Mark!!!! When will you release the v3.6 compatible version? I've got soooooo much work to do! | | | Hal |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,460 |
| Posted: | | | | Quick work and good job! I assume you can flag the found profiles and save a flag set, right? Also, a UPC column might be useful as part of the output display. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|