In OSX 10.8, how can I make Spotlight  return filenames?

Upto OSX 10.7, Spotlight always returned file names as well as content.
Now, it only returns content, and I do not see any Preference option to make it return the filenames.

But sometimes the file path appears, and sometimes it doesn't.
Naturally, it's not showing for the file paths I need!
When all that "appears" is a blank, any idea how to get Spotlight to show the file path?
I've noticed that some are slow to load, sometimes.
If you want to see the path so you can go to the folder, hold down the command key and click the item.
Perhaps reindexing spotlight might help, but if it is finding the file, I'm not sure that would be the problem.

Similar Messages

  • My Mac Hard disk recently broke and was replaced. Now, although my computer is authorised in itunes store, it won't let me re-download purchased items (esp OSX Lion). How can I make computer re-download previous purchases?

    My Mac Hard disk recently broke and was replaced. Now, although my computer is authorised in itunes store, it won't let me re-download purchased items (esp OSX Lion). How can I make computer re-download previous purchases?

    Never mind - I didn't realize that I just needed to wait a while for the Cloud stuff to cycle through and load. Solved!

  • How can I make Spotlight show the file path

    How can I make Spotlight show the file path in the Spotlight menu for selected file?

    Via Finder certainly, but not in the menu.  You can view the file path in the Spotlight search results display by pressing the ⌘ key (while hovering over a file in the results), though.  The path will display at the bottom of the Quick Look output, or cycle through that location.

  • How can I make Function return varchar2 more than 4000

    I have a function
    FUNCTION testing (v_pk_application in number, v_inccharges in char)
    return varchar2(30000)
    --return number
    is
    v_net_sum varchar2(30000);
    v_net_sum2 varchar2(30000);
    v_datarow varchar2(3000);
    v_datarow2 varchar2(3000);
    begin
    return v_net_sum;
    end;
    I want to return varchar2 more than 4000, how can I do that.
    Thanks

    user10659388 wrote:
    I want to return varchar2 more than 4000, how can I do that.A function can return a string up to the maximum allowed for varchar2.
    Varchar2 can be up to 32767 characters...
    SQL> create or replace function ret_str return varchar2 is
      2    v_str varchar2(32767);
      3  begin
      4    v_str := lpad('*',32767,'*');
      5    return v_str;
      6  end;
      7  /
    Function created.
    SQL> declare
      2    v_retstr varchar2(32767);
      3  begin
      4    v_retstr := ret_str();
      5  end;
      6  /
    PL/SQL procedure successfully completed.However, SQL only supports varchar2 up to 4000 characters so the same function will cause SQL to error, even though the function is perfectly valid.
    SQL> select ret_str() from dual;
    select ret_str() from dual
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "SCOTT.RET_STR", line 5
    SQL>So, if you intend to use the function only in PL/SQL then you can use varchar2 up to 32767 characters, but if you intend to use it in SQL then you will be limited to returning 4000 characters. Alternatively you can return a CLOB which SQL supports but they are a little more tricky to work with than varchar2...
    SQL> ed
    Wrote file afiedt.buf
      1  create or replace function ret_str return clob is
      2    v_str clob;
      3  begin
      4    v_str := lpad('*',32767,'*');
      5    return v_str;
      6* end;
    SQL> /
    Function created.
    SQL> select ret_str() from dual;
    RET_STR()
    SQL>

  • How can I make the return receipt and deliver status notification work ?y

    I have checked marked "return receipt" and "delivery status notification" when doing emails.
    Doesn't seem to be working.
    Please help

    are they not working, or has the recipient simply declined to send them? That is the real question. Sending mail to yourself rarely triggers the return receipt

  • How can I make OSX index a network share for spotlight?

    How can I make OSX index a network share for spotlight?
    I am using a QNAP NAS with SMB network shares, which I mount with OS X Mavericks. They are not searchable, as far as I know because of the indexing of network share is by default not activated.
    To force the OS to index them I activated this via mdutils. But this is no solutions. This makes spotlight to index the share once. But I want spotlight to index it always and keep it up to date. I have a huge amount of documents & fotographs, which is very difficult to manage without being searchable.
    Unfortunately the only solution I found in the www was the mdutils-way, which seems not to work, maybe only works not for me.
    I would appreciate any assistance,
    Thank you,
    Stefan

    My thanks to everyone who has contributed to solving this problem here.
    It appears that there still is NOT a good, reliable solution.  Please correct me if I'm wrong.
    I did find this on http://jonathansblog.co.uk/how-to-enable-spotlight-indexing-on-a-network-drive:
    ===================================
    To enable spotlight indexing on a network drive:
    # mdutil /Volumes/name -i on
    To disable the indexing of a connected network drive:
    # mdutil /Volumes/name -i off
    To check the status of indexing on a connected network drive:
    # mdutil /Volumes/name -s
    ===================================
    And, I found this on the Synology NAS forums:
    cd /Volumes
    mdutil shareName -i on
    mdimport -Vp ./shareName
    where shareName = name of your share
    I have used the mdutil /Volumes/name -i on, and it seems to work.
    But, if I understand it correctly, it is a one-time indexing -- the index is NOT keep up-to-date with changes.
    So, how can we keep the index up-to-date?
    My thought was to schedule a Terminal file to execute each night with the mdutil code.
    Would this work?  If so, how would you setup a scheduled run?
    Would it have to be done on each Mac that accesses the Share?

  • I am frustrated with how my cursor jumps around while typing.  How can I make the arrow follow the cursor so this doesn't happen?

    Macbook Pro with OSX Yosemite:  I am frustrated that when using Word for Mac, the cursor keeps jumping around all over the page.  How can I make the pointer follow the cursor so this stops?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • How can I make my Mac Book Pro print to a Panasonic KX-MB772?

    How can I make my Mac Book Pro OSX 6.8 talk to a Panasonic KX-MB772 printer?

    You can't. The KX-MB722 is one of the few remaining printers in the class of devices called "Windows Printers" that has no on-board printing software -- it relies on a host computer to provide all of the software functionality and Panasonic only provides such software for certain versions of Microsoft Windows. In this case, it means a 32-bit version of Microsoft Windows (2000-XP, though it will probably reliably on Windows versions up to 7). Note that these devices are not guaranteed compatible with future versions of Windows either (Panasonic has already dropped software support for this model).
    I'm pretty sure that the device doesn't support remote printing without the software either (e.g., you can't setup a computer with Windows on it, share the printer, and then print to the shared printer without their software).

  • HT5988 I downloaded Mavericks and now my WD Smartware that I use for Time Machine is no longer compatible with this OSX version?  How do I make that unit compatible?  olefromca

    I downloaded Mavericks and now my WD Smartware that I use for Time Machine is no longer compatible with this OSX version?  How do I make that unit compatible?  olefromca

    I agree entirely, been messing with this since the upgrade to Mavericks but I didn't find it quite as easy as uninstalling the WD smartware as it still operates when you plug the drive back in - I think it gets loaded onto the drive and runs from within (?). The advice from WD was that time machine was faulty and I should contact Apple...thanks guys!
    Anyway, for the OP's benefit, this is what I found:
    1. My problem was that time machine couldn't see any further back than before the Mavericks install, but if I opened up and interrogated the WD drive, the old backups were still there.
    2. When TM started doing new backups, it overwrote the ones that it could see, not the oldest ones on the drive. This indicated to
    me that the WD software had somehow partitioned off the old backups and excluded that part of the drive from being overwritten. Of course, as the drive was practically full, it meant that any new backups wouldn't fit in the available space.....
    3. The only way I could find to resolve this was to use the disc utility to erase and repartition the external drive. This will obviously remove all of the old files and backups, but I was more concerned about keeping a current profile as backup rather than a load of stuff from months ago.
    4. Anyway, what happens after the eraseure has completed is that you get the WD icon on the desktop, and you're invited to install the software - this means the software has now been deleted. Juts don't reinstall it, just let TM do it's backup and all is well.
    Usual disclaimers and warnings about keeping another copy of your system etc. obviously apply, and I know this is a radical move to delete all your old data but it worked for me. I guess I didn't appreciate that you could use the external drive without the software that came with it and just followed the screen guide.
    I'm also aware that if you don't want to use TM to do a complete restore and only want to find one old version of a document, this is difficult. However, you can then install the WD software and find the file but you'll then have to do this all again.....

  • How can i make apple tv 3 store all my purchased movies and tv shows onto a hard drive somewhere in my house

    Currently my apple tv 3 downloads movies/shows when I want to watch them.  I'd prefer if it downloaded everything already and it is all available locally without having to download gigabytes from the internet.
    Q: How can i make apple tv 3 store all my purchased movies and tv shows onto a hard drive somewhere in my house?
    a) Impossible
    b) Link my apple tv 3 to a computer running itunes
    c) Link my apple tv 3 to my Apple Time Machine
    d) purchase an external USB drive and plug it directly to the apple tv 3
    e) purchase a NAS drive and configure the apple tv 3 to use it
    f) [your answer here]
    Thank you,
    Chris

    Hi! Dwagner, once again ...
    I've just got my Mac last friday ... i'm still getting amazed with this new world to me ... eehe .. quite different ... but
    ... "i can do it, i can do it" eheeh
    i'm in that period that a new question appears at almost every mouse click ... lol
    so ... can you help me (once again) ..
    you said you had your hard drive with this settings...
    "You can partition for OSX (extended Journal) - read/write by only OSX or read only by Windows via BootCamp
    You can partition for Windows (NTFS) - readable by only Windows
    OR - you can format with ex-FAT and this is read/write capable for both operating systems."
    how did you formated the partition in NTFS ? ... on the mac? using the "disk utility" ? or did you use another program to do so ...?
    i hope i'm not "bugging" you ... this might be a silly question for most of people ... but right now ... it's a major question for me ... ehehe
    once again Obrigado (Thank You)
    Rui from Portugal

  • How can i make my video card and sounds work on Windows 7 on my Macbook Pro 2.2? Help please...

    How can i make my video card and sounds work on Windows 7 on my Macbook Pro 2.2? Help please...

    i lost my Mac OSX dvd...

  • I've been trying to make an account with iTunes n everytime I get to the part of the credit card that's as far as I get because I dnt have one, how can I make an iTunes account without a credit card??

    I've been trying to make an account with iTunes n everytime I get to the part of the credit card that's as far as I get because I dnt have one, how can I make an iTunes account without a credit card??

    Where are you located?
    Just go and buy an iTunes gift card at any store in your country.
    Then follow all the steps you did, but when it asks you for the credit card number, there shoujld be a GIFT CARD option which will let you load your account witht eh funds form the gift card without providing a credit/debit card #.

  • How can i make an iTunes store acount without a credit card?

    how can i make an iTunes store acount without a credit card?
    im israeli and the israel store is only the app store.
    i want to get stuff for free without a credit card.
    help?!?

    Just go get a prepaid Visa or something. Put a small amount of money on it and then use that to open an account. If that doesnt work just call them. Contacting Apple for Support and Service 1 800 275-2273

  • HT1918 how can i make an apple id account without a credit card?

    how can i make an apple id account ? it says i need a credit card but i dont have one how can i get passed this?

    Download a free app, create a new apple id account and click none when it says to fill in credit card information.

  • How can I make mac except capture from my canon xlh1?

    How can I make my imac recognize my canon XL1 Camcorder in Final Cut Express

    Assume you are connected by Firewire, and that FCE has Import in some menu? Also check FCE Forum https://discussions.apple.com/community/professional_applications/final_cut_expr ess_hd?view=discussions.

Maybe you are looking for

  • Resizing text boxes in Pages 5.2

    Looking for some pretty simple help here: At this point I merely want to resize a text box and the edges of the box refuses to be active for me to pull it to change the shape!    Why is this so hard now? (Below is my mini gripe session about Page 5.2

  • Header and Trailer record validations

    Hi I have scenario file-xi-proxy. File contains the header record, detail record and trailer record In header record i am getting date field, in header i have to do validation like header record exits and it should be in date format. In Trailer recor

  • Deleted iphoto library - recovered library not photos help

    I was trying to clean up the photos in my Picture folder and accidentally deleted the library folder. I have recovered the folder but not the pictures. How do I get the pictures back? I opened iphoto and was asked about a library so I checked the lib

  • THE FLIP CAMCORDER W/ PHOTOBOOTH

    Could i use a FLIP camcorder w/ photobooth instead of my built in camera. The reason is i thought i could get more into the frame & i want to use the effects in photobooth w/ the flip. The FLIP has a built in usb but i think it's for uploading video

  • Multiple compnay codes--Blue print template

    Hi Guys, I need a Business Blue Print Template with Multiple Company codes,for Reference.Please send the documet to [email protected] thanks in advance and points will be assigned.. suresh