Spotlight search in menu bar. Name only

Is is possible to search in the Spotlight menu bar by name only?
I tried kind:name but this didn't work. Is there anything like this I could add to the beginning of a search?

In Finder's Help menu, type search
When I do that, one of the items is "Specifying criteria in the Spotligh…", and selecting will tell more about what you want to know.
I believe what you are looking for (instead of kind:) is name:
Note that there can not be any spaces around the colon (:), so a search for items with iPhone in the name would be name:iPhone without spaces, and a search for "something else" with spaces would be name:"something else".
Kind is the type of object, such as image, movie, etc. It doesn't have anything to do with the type of search. If you start a search in the Finder (File -> Find…, or Cmd-F), a Finder window will open with an single search criteria set to the default of "Kind" is "Any". If you select the "Any" button then it will reveal the different options for Kind. Perhaps that will help.
You can also get a similar window by choosing "Show All" from the Spotlight menu after you've typed something, except it doesn't start with any criteria. Either way, you can add as many conditions as you want with the plus button on the right side of the search criteria.
The "Kind" button will reveal other types of criteria, such as Name and Contents. Note the window has "Filename" and "Contents" at the top since they are common criteria. Looking that over should give you some hints in the future.

Similar Messages

  • Spotlight - disappeared from menu bar and constantly crashing

    I think I need some urgent help here.
    I have lost spotlight from the menu bar. Sometimes I have a blank space where the Icon should be but
    then that disappears.
    I try to launch an application but each time I get the spinning beach ball and the desktop goes off
    the screen only to return a few seconds later and back to square one.
    I am unable to access the logs because of the constant crashing
    In the console a crash report is being written every 2-3 seconds which says EXC-BAD-ACCESS- (SIGBUS)
    KERN-PROTECTION-FAILURE at 0x000000000 etc.
    I have tried repairing permissions, repairing the disk, rebuilt the disk using DiskWarrior, restarting
    and trying to replace spotlight with Time Machine all to no affect.
    Can anyone offer some layman's advice or suggestions as how I can get out of this ?loop?
    All help will be appreciated
    Alan
    31-1-09

    Hello r:
    You have already accomplished hat I would have suggested as possible fixes.
    I think you have two choices:
    1. Do a complete restore of your system from an older TM backup (when things were working).
    2. Do an archive and install (That would be my first choice, with TM as a backup).
    Barry

  • Change search options to FILE NAME only

    Is there a way to change the search options to always search for FILE NAME only?
    I don't know who'd saech for contents every time, that would seem like a last resort if you couldn't find what you are originally looking for and forgot the file name. We have 10's of thousands of files and having the stupid contents pop up EACH time I want to do a search wastes so much time.
    Help!

    The only way to bypass the crippled Spotlight search is to use a tailored savedSearch. This is what I use. The system files allows finding things in the stupidly hidden user's Library:

  • Spotlight hidden behind menu bar in Leopard?

    I updated to Leopard three days ago with no problems. Today, however I suddenly find my spotlight drop down box is three quarters hidden behind the menu bar and I cannot get it to appear in front of it. Weird. Does anyone have an idea what's going on? Thanks......!

    I had the same issue and tried all the suggestions (desktop from expose, enable/disable spaces, etc), but I had some important things going on and didn't want to logout. I pressed the display key on my Macbook. That's the one that switches from mirrored displays to extended desktop. That did it.
    It's the F7 key on my 8 month old macbook. Not sure if the new ones have it, but try "detecting displays" (I use dual displays so it sort of makes sense to me... you may not have this enabled if you only use the one display).
    Cheers!
    -Neil

  • Adding Site Search in Menu Bar

    Hi there guys, if someone could point me to a tutorial on how to add a site search function to the menu bar (see pic) - that would be awesome...
    I understand I can use a tag to display the results.
    Thanks in advance!!!
    Cheers

    Okay here is what 'I do' ...
    First create a div within your menu bar to old the search form and in your CSS float it right.
    Create the search ..
    Site Manger --> Site Search
    Follow instructions to create the search form and select what you specifically want search.
    Okay creating the search is done
    Now I create a content holder (optional - but I do it that way in case I want to easily add the search elsewhere)
    Open the new Content Holder in the admin (or dreamweaver)
    Click on the Add Modules to page button
    Select Search from the new panel iin the admin or from the BC Panel in DW
    Select Search Form
    Select the search form you want to use
    Click Insert
    This also adds the search results tag as well. Just delete the serach results tag
    Now insert this content holder into the div you created in the nav bar.
    Done.

  • Menu bar trouble, only with IE

    Hi,
    I've just built a website for my business from scratch using Dreamweaver CS5 having had no previous experience with web design; this is my first site. I have uploaded the files and the website works as expected on all the main browsers except Internet Explorer. The problem relates to the spry menu bar; on most browsers, it displays as ten distinct "boxes" stacked above each other in a column, however in IE the boxes are all bunched together, with two on some rows. Looking at www.kirkdale-nursery.co.uk in IE and another browser will give you a better idea of what I mean.
    What should I be looking to do to fix this? The browser compatibility tab highlights "href="../SpryAssets/SpryMenuBarVertical.css" as an issue, if that helps. Any help would be greatly appreciated.

    Here is the css sheet I'm using:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 230px;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #060;
    background-repeat: repeat;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    position: relative;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 230;
    border: thin solid #FFF;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 0px none #CCC;
    width: 230px;
    float: none;
    background-color: #060;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-color: #060;
    padding: 0.5em 0.75em;
    color: #FFF;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    background-color: #060;
    color: #FFF;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    background-image: url(../Images/maple_leaf_small.gif);
    background-position: right;
    background-repeat: no-repeat;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
    background-color: #060;
    color: #FFF;
    background-image: url(../Images/maple_leaf_small.gif);
    background-position: right;
    background-repeat: no-repeat;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
    #container_2 #lower_centre_column {
    font-size: 18px;
    #container_2 #lower_centre_column {

  • Spotlight icon in menu bar has stopped responded

    When I click the icon on the top right of the screen, nothing happens any more. I can still use Spotlight from the finder, but I'd prefer to use it via the icon.
    Can anyone help, please?
    Cheers
    Phil

    This happens to me and the only way to fix it is to run Onyx but this is only until you shut down or restart then it happens again. I rang apple who said dump the pref run FSCK etc etc but it still happens, when Onyx fixes it Spotlight then re indexes

  • Spotlight "Name Only" removed?

    I just noticed when doing a Spotlight search that the buttons for toggling the search by content or name only have been removed. This is a deal breaker for me at work when I am searching for specific file names and don't want a million other results. Any way to get this back?
    I know you can type Name: in the search field too but the other way is way more convenient if you need to flip back and forth.

    I've been fiddling with this a little bit, and have concluded that it is all simply messed up. You are supposed to be able to start typing in the Search box, and you can then get a drop-down menu of "tokens"--at the moment there are two, Filename or Everything. From the microscopic triangle in the darker blue part you can switch back and forth between the two:
    There are several things about this that just don't work right. You must type something before you can select one or the other, and you cannot add to what you started typing when you made your selection, but you can evidently then start typing over again--thus the "g" in the light blue part, followed by "gera" in the still active part of the Search box. So in the above I typed "g" then selected Filename, then started adding more with "gera" to begin narrowing the results--but I still got some items that just don't belong, they are evidently left-over from the plain "g" entry, although MOST plain "g" things don't show up. Just some. If I subsequently add another letter, so that I have "geran" then everything that shows up has all those letters in the file name, and "gallery.jp" and "Genesis.txt" disappear from the results. It just all seems a bit bizarre to me.
    Francine

  • Spotlight on menu bar working on one mac but not on other...

    On my father's Mac mini, I can put a file in his home folder and Spotlight on the menu bar will find it. This is not the case for my iBook however, as I have to either re-index my whole drive or search within my home folder using Finder to find my file. I can, however, find any other file outside my drive using the blue icon.
    What have I done wrong?
    Regards,
    Adam

    I've fixed it now. I realised that I had changed my home folder so Spotlight got confused. I changed the path in the NetInfo manager and everything's fine, for now...
    Regards,
    Adam

  • Generic icons in Spotlight search menu

    I have noticed that recently I am getting what looks like a generic document icon in the Spotlight search results menu in place of the correct application icon.
    The icons for the applications display correctly in the applications folder.
    How do I fix this and restore the correct icons?

    Hmmm, seems that they have fixed themselves after a reboot of the Mac.

  • Spotlight Search of Calendar only finds most recent item

    I have two future appointments named "Dentist". When I do a spotlight search for "Dentist", the results only show the most recent appointment and not both appointments.
    I have done a full reset without restoring from backup to make sure the databases were rebuilt, but I still see the same behavior. Is this expected? The apple support people say no, but I can't figure out why this is happening and don't believe new hardware would fix the problem.

    Someone noted earlier that Spotlight went only two months back in the past. But this sounds like a different issue.
    Hmm .. just did a test. Looked for a Doc appt in August and found it two days ago, the date it was on before I rescheduled it. Looking in my calendar it is shown in August, the correct date.
    Most strange!
    Later: Apparently it is searching only the Cal app of the iPhone, not Saisuke -- the third-party app I use and synchronize with Google Calendar on my MacBook. Not sure where the Cal app is getting it's info.
    Phil
    Message was edited by: w7ox

  • Password protecting mail app and permanent deletion of emails so they don't appear in spotlight search

    I realise that there is a temporary way to prevent this happening by unticking the 'mail' option in the spotlight search settings menu, but how do you permanently delete the emails? I assumed that when I hit delete then emptied the trash box, the mails were gone for good. But finding that they remain stored in some hidden place and can be easily accessed is very annoying! In fact, finding that other users can quickly change the settings back and have free access to my email is rather disturbing anyway, especially as there is no way to password protect my email account once i activate the mail app. the apple mail app is linked to my yahoo account, but within yahoo mail there seems to be no problem in regards to deleted mail being stored somewhere else, only within the apple app system.
    So i guess id like to know, is there some way to password protect my account or do I just need to keep deleting my account before lending the ipad to someone else and then reinstating it? And is there any way to properly delete emails for good?
    I would be happy just to go without the mail app and log in directly through yahoo in Safari, except that I find the notification alert when I receive a new mail very handy!!

    [edit] I dragged the email I sent through the MBP Mail app (under MAILBOXES > Sent > Yahoo!) to the highlighted Sent folder (YAHOO! > Sent), and now it shows up on all Yahoo Sent folders (iPad app, web browser, phone app). Not entirely solved the issue but will use web browser to sent future emails to keep everything in sync.

  • I can no longer rearrange menu bar icons..... Please help!

    Only the apple native icons (airport, BT, battery, etc) will allow to be arranged when I hold down the apple command key and drag. Previously, I could move norton AV, Weatherpop,etc. Is there a prefs file that I need to trash and rebuild or a 3rd party application that needs to be reinstalled in order for all of my menu bar icons to allow to be rearranged?
    Thanks,
    Scott

    Because of the problems between Spotlight, SystemUIServer and menu bar extras I had to minimize the number I run, so I just use wClock, Scripts and Input menus. Since wClock is third party it can't be moved, I want it next to the Spotlight icon, then the Scripts menu and then the Input menu. The only way I found to get this to happen was remove everything, then turn on wClock, restart, then add the Apple ones. However, with depressing regularity after a shutdown the next restart would have them rearranged. I discovered that when that happened I could launch Activity Monitor and use it to force quit SystemUIServer, whereupon the arrangement would go back to what it had been. I would guess about 1 in 3 restarts it does not display in the order I had at shutdown.
    Francine
    PS--I noticed in another post you have APE installed. Since you aren't using any of Unsanity's haxies I would uninstall it. The balance of menu extras is chancy enough as it is, the fewer things messing about with SystemUISever, the better.
    Francine
    Schwieder

  • Horizontal Spry Menu Bar with Horizontal Sub Menu

    I have created a horizontal menu bar with only one main menu item leading to a sub menu. I would like this sub menu to display horizontally also, instead of vertically as added by default.
    I am relatively new to dreamweaver and would appreciate any help possible.

    Came across the fix by accident thru extensions in menu bar,
    and choice of cursor for each section. Feeling happy! Happy New
    Year everyone.

  • Creating multiple  Spry menu bars in one site

    I've been creating a website and I am required to use multiple templates to manage all the different sections of the site.  To make it much less of a hassle, once I created one template, I simply saved that template as another template so I would not have to start all over again.  On the first template I created a spry menu bar with a certain amount of buttons.  And because I created the other templates with that template, those templates had the same menu bar containing the same settings.  The problem is, because of the specified settings of the spry menu bar, if I change the amount of buttons from the original to one less, the whole bar on that template will get off center and messed up because the settings for the menu bar are not set to that certain amount of buttons, but if I change the settings to suite that amount of buttons, then the settings for all the templates change and that messes up the other menu bars on those templates because they have a different amount of buttons.  Currently my templates all contain 10 buttons and I am wanting to create a new menu bar with only about 4 - 6 buttons.  I thought going up to insert and inserting a brand new menu bar would do the trick but when I did that it inserted a menu bar that had all the settings of the already-created menu bar, (ie same background images, and hovers, etc.) as well as the width which, because the width is suited for 10 buttons, it does not properly make the default 4 button menu bar center correctly.  And if I try to change the settings on this menu bar then the same thing happens with everything changing and getting messed up.
    So after this long explanation, my question is, how can I insert multiple spry menu bars into one site that are not correlated with each other in terms of all the settings so that when changed, will not affect each other?  I am guessing I am having this problem because I created all the templates from one template so they are all interlocked, but the page that I tried to insert the brand new menu bar on was not created from any of the templates and was the first page I made at the very start.
    http://phonytrojanmusic.zxq.net/ Here is the link to the site. The first page that opens up is the page that I tried to insert the brand new menu bar on.  If you click on band choir or elementary you will see the menu bars with 10 buttons that are all interlocked in terms of settings.  Also, I'd like to note that if I delete a button in one template, it does not delete that same button in the other templates, nor does it add a button to the other templates if I add one.  Only the physical appearance changes because the settings are meant for only one amount of buttons.  Sorry for the novel!

    Alright well I just tried to use 2 complete different templates.  I created one brand new template from scratch, added the menu bar, gave it an ID of "band", and configured it to suite 10 buttons accordingly.  Then I started off from scratch again with a starting html page with a different css style sheet and added the menu bar and gave it a different ID of "choir" but the settings of the two different bars still act as one set of settings!  I dont know how to fix this problem.  Please tell me what to post if anything will help you. Im guessing the solution is very simple but I have tried everything.
    here is the code for the two different menu bars (one in each template)
    choir
      <ul id="Choir" class="MenuBarHorizontal">
          <li><a href="#">Programs</a>      </li>
          <li><a href="#">Home</a></li>
          <li><a href="#">Blog</a>      </li>
          <li><a href="#">Directors</a></li>
    <li><a href="#">Gallery</a></li>
    <li><a href="#">Forms</a></li>
          <li><a href="#">Calendar</a></li>
          <li><a href="#">Links</a></li>
          <li><a href="#">Contact</a></li>
        </ul>
    band
    <ul id="Band" class="MenuBarHorizontal">
          <li><a href="http://phonytrojanmusic.zxq.net/index.html">Programs</a>      </li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/bandmain.html">Home</a></li>
          <li><a href="http://centerburgtrojanmusic.blogspot.com/">Blog</a></li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/directors.html" class="MenuBarItemSubmenu">Directors</a>
            <ul>
              <li><a href="http://phonytrojanmusic.zxq.net/band/directors/cooper.html">Cooper</a></li>
              <li><a href="http://phonytrojanmusic.zxq.net/band/directors/teschler.html">Teschler</a></li>
              <li><a href="http://phonytrojanmusic.zxq.net/band/directors/lee.html">Lee</a></li>
            </ul>
          </li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/shows.html" class="MenuBarItemSubmenu">Shows</a>
            <ul>
              <li class="MenuBarHorizontal"><a href="http://phonytrojanmusic.zxq.net/band/shows/field.html">Field</a></li>
              <li><a href="http://phonytrojanmusic.zxq.net/band/shows/concert.html">Concert</a></li>
            </ul>
          </li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/gallery.html">Gallery</a></li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/forms.html">Forms</a></li>
          <li><a href="http://trojanmusic.org/cal.html">Calendar</a></li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/links.html">Links</a>      </li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/contact.html">Contact</a></li>
        </ul>
    I currently do not have any links attached to any of the buttons in the choir bar.  Something went wrong and now I have to make the whole site over again so it is not very accessible.  Please post back asap!

Maybe you are looking for

  • SSO Using SAP GUI Logon

    Here's my question gurus... Is there a way to enable SSO so that, after a user authenticates themselves within the portal, go back to the standard Windows SAP GUI Logon(pad) select the system enter the desired client and logon with having to provide

  • Can not launch the Eclipse on linux.

    Hi! My system is redhat 7.2, jre1.4.0(used rpm when install),and download eclipse 2.0zip. elcipse is in :/usr/eclipse and startup.jar also in /usr/eclipse. My problem is: when I launch the eclipse,the follow message is out----- java.lang.ClassNotFoun

  • Sending mail question

    When sorting mail I go offline.  Sometimes after replying  I want to go back and check what I said before going online (which is when the mail flies off)  How can I see what I wrote between when I write it and it is sent off.  I used to be able to do

  • Unsolved  BAPI_ACC_DOCUMENT_POST...problem!!!!

    Hi gurus, I am posting this problem of mine for the third time, but I have got any reply to my previous postings, I don't know wheter the my problem is too difficult or its not an appropriate one to ask. Can someone pleaase reply this time to my prob

  • Can u suggest me the best in ear headset for my iphone 4s .. i am much confused...

    i am confused in selecting the product of in ear headset,,, for my iphone 4s///// i am fond of music,,, Bang & olufsen ---- Beo 3 Klipsch image S4i Klipsch image x10i urBeat in ear headset,