Add keyword dropdown to Find when Criteria is Keywords

I would like to simplify using Find to do photo searches based on Keywords. Currently the Keywords must be typed into the Enter Text field. A slow process requiring correct spelling and a separate list of the previously used Keywords.
A list of all previously used Keywords does exist within Bridge. This list can be viewed by selecting a photo, selecting FileInfo and viewing the dropdown to the right of the Keyword text entry box. Selecting keywords from this list enters them into the Keyword text box. Known unused keywords can, of course, be removed from the list by editing the FileInfoLibPrefs.txt file in the XMP folder.
It would be exceedingly useful if this same dropdown was available when the Keywords Criteria was selected in Find. Substantial querries could be created quickly, thus extending Bridges cataloging capability.
If anyone has an idea on how to start the required script building process, I would greatly appreciate your guidance. Perhaps someone has done this already. If this capability will be in the next version of Bridge, I can live until then.
I have only done coding for VBA in Excel. I have no JS scripting experience, so some handholding might be needed.

How about sorting by keyword? I'd also say filter by keyword along with rating and label.

Similar Messages

  • Add new dropdown value in search criteria for Invoices

    Hello,
    I want to add one more value in Drop-Down box of the search criteria of invoices.
    As on now there are 2 DropDown boxes
    in Your Referance No
    in Transaction No
    (New)
    in Order No (This will have search value as "Sales Order No")
    Can anyone tell how to add this inw value?
    I have created YDocumentListSelectorForm.java extending DocumentListSelectorForm.
    public static final String INORDERNO = "inorderno";
    if("inorderno".equals(attribute))
              documentListFilter.setId(attributeValue);
    YBillingStatusCRM.java is created which extends BillingStatusCRM.class
    com.sap.mw.jco.JCO.Function billingListJCO = connection.getJCoFunction("YCRM_ISA_INVOICE_LIST_GET");
    if(billingList.getFilter().getExternalRefNo() != null && !billingList.getFilter().getExternalRefNo().equals(""))
              importParams.setValue(billingList.getFilter().getExternalRefNo(), "ORDERNO_FROM");
    Accessing it in JSP organizer-content-doc-search.jsp
    YDocumentListSelectorForm yform =
        (YDocumentListSelectorForm)pageContext.findAttribute("YDocumentListSelectorForm");
    <option value="<%=YDocumentListSelectorForm.INORDERNO%>" <%=form.isAttribute(form.INORDERNO) ? "selected" : ""%>> New Value</option>
    Regards,
    Shaun
    Edited by: Shaun07 on Aug 5, 2010 7:29 AM

    Hello,
    I want to add one more value in Drop-Down box of the search criteria of invoices.
    As on now there are 2 DropDown boxes
    in Your Referance No
    in Transaction No
    (New)
    in Order No (This will have search value as "Sales Order No")
    Can anyone tell how to add this inw value?
    I have created YDocumentListSelectorForm.java extending DocumentListSelectorForm.
    public static final String INORDERNO = "inorderno";
    if("inorderno".equals(attribute))
              documentListFilter.setId(attributeValue);
    YBillingStatusCRM.java is created which extends BillingStatusCRM.class
    com.sap.mw.jco.JCO.Function billingListJCO = connection.getJCoFunction("YCRM_ISA_INVOICE_LIST_GET");
    if(billingList.getFilter().getExternalRefNo() != null && !billingList.getFilter().getExternalRefNo().equals(""))
              importParams.setValue(billingList.getFilter().getExternalRefNo(), "ORDERNO_FROM");
    Accessing it in JSP organizer-content-doc-search.jsp
    YDocumentListSelectorForm yform =
        (YDocumentListSelectorForm)pageContext.findAttribute("YDocumentListSelectorForm");
    <option value="<%=YDocumentListSelectorForm.INORDERNO%>" <%=form.isAttribute(form.INORDERNO) ? "selected" : ""%>> New Value</option>
    Regards,
    Shaun
    Edited by: Shaun07 on Aug 5, 2010 7:29 AM

  • HT201493 How can I add my daughter to Find my friends when we have the same itunes account and that's how they make us log in?

    How can I add my daughter to Find my friends when we have the same itunes account and that's how they make us log in?

    1) You asked "Does she need to reconnect to that itunes/computer and if so what do we need to do to remove this folder of pics from her ipod?" Yes, you have to connect the iPod to that computer and go to the Photos pane for the iPod in iTunes and uncheck sync photos and the click on synce/apply. In the future do not check sync photos.
    iOS and iPod: Syncing photos using iTunes
    2)
    Create a NEW account for using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    Then on the iPod go to
    - Settings>Messages>Send and receive and sign out your ID and sign into hers. Make sure that only her ID email address is listed.
    - Settings>FaceTime sign out of your ID and sign into hers. Make sure that under You can be reached at only her ID email address is listed
    - Settings>iCloud and sign out and sign in with hers
    Contnue to use the commpn ID/account for Settings>iTunes and App stores.

  • PLZ PLZ help me, how do i add keywords to my website, so google search finds them...

    Hi everyone my website is www.oakleytrainingcentre.com
    how do add keywords to it, so for example if you type training my website comes up on google search, a guy at my work said you can do it using html codes? plz anyone help
    thanks

    YIKES!  The code in your live website is a total mess.  You've got <styles> and <scripts> where the doctype <html> and <head> tags should be. There is NO Page Title.  You've got malformed tags everywhere.   Delete the code from your index page and replace it with this valid code.  Use this as a model for your other site pages.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Oakley Training Centre Home Page</title>
    <meta name="Description" content="Oakley Training Centre, Wembley, London">
    <meta name="keywords" content="train,training,oakley,centre,center,Wembley,London">
    <style type="text/css">
    #p7MBM_1 {width: 980px;}
    body {margin:0; padding:0; background: #750031; font-size: 100%;}
    body,td,th {
         color:  #FEFBFD;
         font-family: "Goudy Old Style", Georgia, "Times New Roman", Times, serif}
    p,h1,h2,h3,h4 {padding: 0 12px; line-height: 1.2;}
    h1 {font-size: 24px; color: #EFF9CF;}
    h2 {font-size: 24px; color: #EFF9CF;}
    /**link styles**/
    a:link {
         text-decoration: none;
         color: #EFF9CF;
    a:visited {
         text-decoration: none;
         color: #EFF9CF;
    a:hover {
         text-decoration: none;
         color: white   ;
    a:active {
         text-decoration: none;
         color: #FFFFFF;
    </style>
    <script type="text/javascript" src="p7mbm/p7MBscripts.js"></script>
    <link href="p7mbm/p7MBM03h.css" rel="stylesheet" type="text/css" media="all">
    </head>
    <body>
    <!--begin Flash Banner Code-->
    <!--[if !IE]> -->
      <object type="application/x-shockwave-flash" data="banner.swf" width="1150" height="120">
    <!-- <![endif]-->
    <!--[if IE]>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1150" height="120">
        <param name="movie" value="banner.swf" />
    <!--><!-- http://Validifier.com -->
      </object>
    <!-- <![endif]--> <!--end Flash Banner code -->
    <!--Begin P7 Menu -->
    <div class="p7MBM03h style10" id="p7MBM_1">
      <ul>
        <li><a href="index.html">Home</a></li>
        <li><a href="aboutus.html">About Us</a></li>
        <li><a href="traintogain.html">Train To Gain</a></li>
        <li><a href="criteria.html">Criteria</a></li>
        <li><a href="qualityassurance.html">Quality Assurance</a></li>
        <li><a href="qualifications.html">Qualifications</a></li>
        <li><a href="nvqs.html">NVQ's</a></li>
        <li><a href="nvqscandidatejourney.html">Candidate's Journey</a></li>
        <li><a href="contactus.html">Contact Us</a></li>
      </ul>
      <!--[if lte IE 6]>
    <style>.p7MBM03h a {height:1%;float:left;} .p7MBM03h, .p7MBM03h li {height:1%;}</style>
    <![endif]-->
      <script type="text/javascript">
    <!--
    P7_MBop('p7MBM_1',1,0,-236,0,0,0,400,200,1,1);
    //-->
      </script>
      <div class="p7mb_clearfloat"> </div>
    </div> <!--end P7 Menu -->
    <h2>Welcome</h2>
    <p>Oakley training Centre(OTC) works in association with LSC funded training providers and FE institutions.
    Its aim is to provide and maintain the highest quality in all services  provided. OTC is a new company formed by 2 highly experienced  individuals who have worked for training providers and has been  challenged with quality and financial audits.</p>
    <p align="center"><img src="nvq4.jpg" width="500" height="250" alt="oakley training centre image"></p>
    <p>The customers that OTC deals with are the Employed, Unemployed but  doing voluntary work. OTC provides information, Advice and Guidance  (IAG) along with NVQ qualifications in Customer Service, information  Technology, Business Admin and Management. OTC also provides soft  skills training for the local SME&rsquo;s in the area. The soft skills  training include; Excellent Customer Service Skills, Presentation  Skills, Basic IT Skills, Team Leading etc.</p>
    </body> <!--end body -->
    </html> <!--end document -->
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Why am I not able to add keywords when importing images?

    When I import images into LR, I am unable to add keywords in the relevant window. When I click in the window, it will not let me access. Very frustrating. Does anyone know why?

    Andrew,
    I've never seen this problem come up. Can you provide a screen shot? Is the keyword entry panel greyed out? (What do you mean by "will not let me access?").
    With a little more info or an example, we might be able to come up with the solution.
    mh++

  • Open Folders in Add Bookmark Dropdown

    Is there anyway to close the open folders that appear in the Add Bookmark dropdown? I have many folders and subfolders and with them all open when I try to add a bookmark it makes it really hard to find a specific folder. Or is the workaround to just us "Show All Bookmarks" and drag and drop your bookmarks?

    Greetings,
    If you want to add a bookmark, you should get a dialog box dropping down that let's you select where to save it. But if you don't get that, you can always just save the bookmark to the bookmarks menu, then Show All Bookmarks and move it from there to wherever you like.

  • HT1597 How can I STOP iTunes from automatically trying to add podcasts to my iPod when I plug it in and sync it, so I can manage the files? I have already unchecked "Sync Podcasts" and "Automatically include,"yet EVERY time I sync it,it still transfers po

    How can I STOP iTunes from automatically trying to add podcasts to my iPod when I plug it in and sync it, so I can manage the files? I have already unchecked "Sync Podcasts" and "Automatically include,"yet EVERY time I sync it,it still transfers podcasts as the last step, and at other times randomly, when trying to just add some MP3's to a playlist, for example.  I can't seem to find any other option to uncheck, and can't find an answer from my so-far internet searching.

    erict, you blew me away with that suggestion! It was something so simple I couldnt believe I hadnt thought of it! But in the end it didn't work, which I was really surprised about. On Windows anytime anything was moved itunes was hoplessly lost, but on this mac it still kept up with everything. I tried renaming folders, moving folders, and even renaming moved folders but it still kept trying to import.
    I even went as far as deleting EVERYTHING i had moved to the Mac, which didnt really work. It still kept trying to import what wasnt there which made it continue to freeze up. However, after doing this it, the freezing was not nearly as bad. It gave me enough of a break to cancel it through the itunes dialog box at the top of the app. So in the end, thats all I really needed to do, only before I had deleted everything the freezing would not allow me to do it.
    So now Im reimporting everything again, only slowly, and only a few Artists at a time.

  • New Aperture user trying to add keywords

    I'm getting really frustrated. I've been a long time iPhoto user, but my husband bought me Aperture and I'm trying to move to it. . . .anyway, I'm trying to add keywords to some of my pictures (I miss my "hot keys"). I have the Keyword Controls open on the bottom of the split view window and I've set up a variety of keyword preset lists. . . Anyway, the problem that I am having is when I select multiple images to apply a keyword to, it is only applying the keyword to the "primary" (meaning the boldly outlined in white) image - even though the other images as selected (outlined in a less bold white boarder) the keywords are not assigned to them. It's like I have to add the keywords to each image one at a time. I've looked at a bunch of the material online and it's clear to me that you are SUPPOSED to be able to add keywords to multiple images at a time. Anybody have any idea what I'm doing wrong?

    Casey,
    The only thing I can think of is, do you have the 'Primary Only' button selected? When that is selected, you can select multiple photos, but you can only edit whichever photo is your main selection (the one with the bold white around it)
    Try making sure that 'Primary Only' button is NOT selected, and then dragging a keyword onto all of the photos. By the way, the primary only button is in the bottom right hand corner of the aperture window. It is a square with the number '1' in it.
    Hope that helps!
    - Andrew V

  • How do I add keywords to my images using DW?

    How do I add keywords to my images using DW?

    Well, there's <meta> keywords, then there are "keywords", here's an example...
    <meta name="keywords" content="everything, you, can, pack, into, this, tag, doesn't, matter, what, or, if, it, makes, sense">
    ...is totally obsolete for the reason I hint at in that tag example itself. There was a time, long ago in the dark ages of web design, where the keywords meta was actually used to determine page content to some degree. Developers immediately took advantage of it and started cramming everything they could think of into the <meta>, even totally unrelated but popular search terms, in the hopes that it would affect their rankings. It did, for a time, until the search engines got smarter and started totally ignoring the tag all together.
    "Keywords" changed meaning after that. Now search engines actually look at your page content and determine what your page is about. Making keyword rich, relevant html text (not odd blocks of random coma separated text anymore) is one of the things (there are many pieces to Search Engine Optimization or SEO) that determines if someone finds you using a particular word or phrase.

  • Add Keyword from the Keyboard

    When “keyword controls” is active on the control bar I’m able to type an already defined keyword in the “Add Keyword” box and it appears and can be easily added to the selected image by pressing enter. Then I often want to go back to the browser to select another image, so I press “tab” which takes me to the browser.
    So far so good.
    Now I would like to get back to the “Add Keyword” box without leaving the keyboard, meaning without having to go to the mouse to click in the “Add Keyword” box.
    Is there a way to do this from the keyboard?
    Ken

    Awesome, Thanks.

  • How to add keyword metadata to elements after upload

    Hello,
    I am adding fcp projects with all its linked media to our server...There can be hundreds of elements attached to the project file, is there a way to change the keyword metadata for a whole element group within a project? It seems that I can only add keywords one at a time which would end up being literally thousands of entries.
    anybody encounter this??
    thanks
    dan

    There is a way to batch add metadata, but it isn't iTunes-easy and you need to be have admin rights on your FCSvr to do it. Also, this is a manual process after each set of assets exist. Anything more automatic would require custom scripting.
    You can use the Search Expired response to batch other responses. Create a new Search Expired response and set it to use the Custom 1 event type. Set the Timestamp Field to "Creation Date". Leave the Expiry Days empty. Below that you can filter based on the usual options or leave them all open to hit all your assets (up to you).
    Next, create a Set Asset Metadata response and populate it with the value you want to apply to your assets. Set this response to run by Subscription based on the Custom 1 event type.
    Finally, schedule your Search Expired response to run. When it does, it will fire what amounts to a dummy event (Custom 1) on the filter it was set for, triggering the Subscription you set up to listen for that event type. That fires the Set Asset Metadata response, and now all your assets are tagged with the desired default in the new field.
    The Custom event types are there for tethering a Search Expired response to a Subscription, so unless you know what you are doing, avoid the other event types on a Search Expired response.
    The official documentation does not really explain this very well, but it does indeed work. Once you get the desired result, you can disable the schedule for the Search Expired response.

  • How to add keywords for google search?

    I just published a web site but I don't know how to make my web site available to people who search on google using keywords. How do I add keywords to an iWeb website so people can find my site using google?

    You won't be able to do this directly in iWeb. You will have to edit the HTML files that iWeb publishes either to your iDisk or to a folder (if you are not using .Mac). Just open up the page.html files that represent each of your web pages. On your iDisk, these files should be in the /Web/Sites/iWeb/sitefolder folder.
    <head>
    <title>Your Page Title Goes Here</title>
    <META name="description" content="Your Page Summary Goes Here"><META name="keywords" content="Your Meta-Tag Keywords Go Here Separated By Commas">
    </head>
    This is the general format to add meta information to your pages. The meta tags go between the <head> and </head> tabs in your html code. Including this information will make your Google listing a little more descriptive without having to change the body content of your page (right now it is using the body content and giving you the names of the graphic files).
    The downside is that you will have to do this for every page if you decide to go this route. You will also have to do this everytime iWeb or you make changes to your web pages. You might want to learn how to use something like MassReplaceIt to help you automate the process. Good luck!

  • How to add keywords to a website

    Hi
    I need to add keywords to myweb site (well I think I do) so search engines can find it, how do I do it, I can easily do this on a PC as I have done it before, but on a mac I am a little stuck,
    Web done in Life 11 www.michaelcrawfordhick.com
    can anyone help me out
    thanks
    Michael

    Keywords should be placed in the page name, title tag, meta description and the text content of your site.
    The first thing that Google looks at is your sitemap.xml so the site name - if you have one - and the page name should have keywords separated by a hyphen. If you have uploaded the whole folder produced by iWeb, its name will appear in the URLs. So make it descriptive with hyphens  like "Business-Name-Location".
    Same applies to page names. Instead of "Home" use "Business-Type". This is why you shouldn't use the iWeb default navigation since it uses the pages names. Making the navigation page names different to the actual page names will make them more sensible to humans and allow more keywords.
    The title tag is probably about the most important place for keywords. To maximize its effect, make the first few words descriptive for the bookmark and the rest keywords. Avoid those like and, the, a, for etc.
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • How do i add my ipad2 to find my iphone on my computer? it has been stolen and my find my iphone doesnt have it on the devices.

    How do I add my iPad2 to find my iphone on my computer? it has been stolen and find my iphone doesnthave my iPad2 device on it.
    HELP!

    It's a bit too late for that. You needed to do that before it was stolen.
    What To Do If Your iDevice Is Lost Or Stolen
    If you activated Find My Phone before it was lost or stolen, you can track it only if Wi-Fi is enabled on the device. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. What to do if your iOS device is lost or stolen
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
      8. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • Add Network-Drives to Finder-Favorites

    Hi,
    i upgraded to Mountain Lion OS X. In previous versions i had no problems, with attaching my network-drives to the Finder-Farvorites. I started the OSX with automatically mounting network-drives, everything worked fine. But now, i am not able to add them permanently to the Finder.
    I wrote a script:
    delay 5
    tell application "Finder" to open home
    tell application "Finder"
              try
                        mount volume "afp://user:password@server/folder"
              end try
    end tell
    tell application "Finder" to close home
    It works fine on some iMacs and adds the "folder" to Finder-Favorites, but not on all of them. In my opinion that's a huge bug that needs a fast fix. I read many blogs and discussions in other forums with the same problem.
    I hope someone has some advices for me!
    Thx a lot.
    Dom

    Unfortunately things added to the Sidebar in the Finder window that are not on the startup drive have a distressing tendency to just vanish, even when the volume mounts automatically at startup. You can create an alias and put it somewhere else, such as the Desktop, and it will stay (as you have evidently discovered). You should also be able to add that alias (or even the original item) to the Finder Toolbar, and have it stay there (anyway, I've added a folder from another volume to my Toolbar, and it is always there and always works). But the Sidebar.....not so much.
    Francine
    Francine
    Schwieder

Maybe you are looking for

  • Can I create a ntfs partition on my mac hd

    I am new to the MBP community and so far, I like it.  It has taken some doing by I have it running my engineering software in a Parallels VM.  What I would like to do is partition my 1TB SSD into two drives.  One that stays my Mac OS drive and one th

  • Sender File adapter Pooling

    Hi ALL, 1)while creating the file in the FTP server i want the sender file adater to wait or lock from polling the file getting created and start picking the file once its completely crated. i am told that we need to write OS commends to handle this

  • Swf not loading at localhost server

    i've come across a issue regarding publishing swf which is createing a problem to me. Actually i have published and run the swf file on my system, here it is running properly, but when i send to other people it is not running.i guess it may be due to

  • 24/7 Technical Support? Liars!

    Hi BT, How come your website says that you have 24/7 support for technical enquiries, yet when I call at 7pm on a Sunday evening I am told that the desk is closed? (0800 111 4567). Either your website or your call centres are wrong, either way you ar

  • How to make use of single report using pivot table

    Hi All, I have a report , having 4 columns like product,country,unitcost,date. so, by using all the columns i have develop the 4 pivot chats.. 1.product ,unitcost 2.date product unitcost 3.country product unitcost 4.date country product unitcost. how