Duplicate files affixed with a "-1" not showing in search results

When I download files from the internet sometimes I get the same file twice and of course OS X affixes a "-1" to denote this, however when I search a folder (via the top right search tool) for any files containing "-1" in the file name (boolean) it does not show them, why is this?

If you try Easy Find and don't like it you can unistall it just by deleting the App.
It is one of the best Search programs I have used on either Mac or Windows.
You may also like to try Find Any File.
As to not using any 3rd party apps, well that is odd. Apple does not make all apps for all operations/needs. So at some point you will need to use an appplication written and sold by some other software company. So you don't use any Adobe software or any other software from other software companies?

Similar Messages

  • DNG files created with LR4 do not show thumbnails

    Hi, 
    When using LR3 to create DNG files from my RAW files, those files would show me thumbnails of my image in Windows Explorer.  I am running Windows/7 (64) and have installed a CODEC from "Fast Picture Viewer" that allows thumbnails from RAW & DNG files to be shown.   It seems, however, that the thumbnails do not show for DNG's created with LR4.
    To Remedy this I uninstalled the CODEC.  Downloaded the most recent version and installed it but this did not fix the problem.
    I then went to the user forum for the CODEC product and searched for my problem.  I found a thread who's solution is to turn off "Embed Fast Load Data" when exporting to DNG and it fixes the problem.  I tried this and indeed it did fix it.  The responder went on to say ".....When this option is enabled the files created are no longer DNGs (just an undocumented private format of Adobe that no one else can read to this date)".   This statement surprised me as it is counter to what I understand Adobe created DNG to be.  Can I get some input on this comment as if true it is very troubling.
    My second question is that I see where to turn off the "Embed Fast Load Data" in the LR Export module, but where do I do the same thing in the Import module when I'm selecting import mode "Copy to DNG"?
    And, my thrid question is this.  If indeed the DNG files created by LR4 are proper DNG files and this CODEC is just flawed in some way, does anyone have a better way to allow image thumbnails to be shown in Windows Explorer?
    Thanks -- Dan

    Hi David,
    You testing does not coincide with mine.  I have consistently kept "Use
    lossy compression" turned off.  With lossy turned off, it seems that using
    Fast Data Load prevents the thumbnails from displaying whereas turning off
    "Fast Data Load" allows the thumbnail to be shown.
    Below is comment from Adobe confirming that they have yet to release the
    spec containing "Fast Data Load".
    From: Ian Lyons [email protected]
    Sent: Tuesday, June 05, 2012 12:29 AM
    To: Califdan
    Subject: DNG files created with LR4 do not show
    thumbnails
    Re: DNG files created with LR4 do not show thumbnails
    created by Ian Lyons in Photoshop Lightroom - View the full discussion

  • Nautilus does not show Tracker search results

    Hi,
    I recently installed tracker and had it index my files. After indexing had finished, I tried tracker-search and tracker-needle, both of which returned the files I was looking for. But in Nautilus, searching via CTRL+F still only returns files whose filenames are matching my query. Nautilus does not seem to integrate Tracker search results properly, as it should according to this forum thread. Tagging files via the tracker-tags plugin in Nautilus works just fine. Re-installing nautilus did not change anything.
    Any ideas what could be the problem here?
    Thanks,
    mfs

    Hmm, I think it is supposed to use tracker if installed. At least nautilus has a build option called enable-tracker which is set to auto by default (I also compiled it with enable-tracker=yes but nothing changed). Also, "wonder" said in the thread quoted above that nautilus would use tracker and find only as fallback.
    Last edited by mfs (2012-03-06 22:27:09)

  • ScoreBook Lite 8.1 App not Showing in Search Results

    This app was initially published about two weeks ago with a few updates since then.  Although I go directly to the app with the provide link it is not showing up in store search results?  Is using keywords enough for search or should there be the
    same keywords with in the description of the app?
    http://apps.microsoft.com/windows/app/scorebook-lite/e7828778-3fe3-4d91-8c6e-d4664412a8e5
    Thank you!

    Hello EckConnect,
    The search will pull from keywords and your description. 
    Please reach out to Dev Center Support to have them take a look at your particular app.
    -Miles
    Windows and Windows Phone Dev Center Support
    Send us your feedback about the Windows Platform

  • Conversations not showing in search results

    I'm experiencing an issue where every other aspect of Search seems to be working as expected but when I do a search and select "Conversation" nothing ever shows. If I go directly to the results type page (conversationresults.aspx), I see a few
    things but not much. I'm not even sure where to start here. The result type exists and has never been modified. People search and all other types of search are working fine. I have no errors on any of my content sources.
    Some additional details have come to light. Discussions appearing on Community Sites are showing in search almost immediately in the conversation search but I'm still not getting anything from the news feed and the "Trending Tags" web part is not
    showing anything either.
    I have verified the issue discussed in this question (AnalyticsHashTagWebPart Showing No Results) is not what is causing me problem.

    It looks like someone had messed with the content sources. I added the newsfeed URL back to content sources and started a crawl and just like magic, conversations started showing in the results. I think the "Trending Tags" issue is not related.

  • LDAP Log not showing external search results

    Hi,
    I'm conducting LDAP searches with a filter into the LDAP directory of OD Master. Results are as expected and authentication is correct for an LDAP user. I can see the authentication in PasswordServer.
    My question is, why doesn't the LDAP search show up in the LDAP Log (slapd.log)? All I get in this log are new user accounts when created showing a note that home directory attribute is not provided. I am not using home directories as AFP and Web services for groups are all that the user has access to. The preponderance of entries in LDAP Log are for
    "bdbsubstringcandidates: (authAuthority) index_param failed (18)"
    which has been there since 10.5 and continues despite making an index entry for authAuthority in slapd_macosxserver.conf and restarting the LDAP service.
    Can someone enlighten me on the functions of LDAP Log and what should be visible there?
    Harry

    I just discovered that if the formulation output doesn't have any entries in the cross reference section, it will not appear in eqt search results. does this make sense? Is there some config that we can adjust to make them apper even without a cross reference?
    thanks,
    David

  • ADF Query not showing correct search results.

    Hi,
    I am using normal ADF af:query to search data using a VO Criteria.
    We have modified the getter of searched column in VORowImpl java class to return values based on NLSID search from cache.
    Logic in getter:
    If for a column_name nlsid is present then show data as the value of nlsid.
    Suppose Initially:
    column_name = "Column1"
    column_name_nlsid="Column1_nlsid"
    column_name_nlsid_value="Column1_nlsid_value"
    The table will show:
    column_name: "Column1_nlsid_value"
    if we search "Column1" as column_name, The Search will also show:
    column_name: "Column1_nlsid_value"
    in results
    But,
    If we modify the nlsid value as:
    column_name_nlsid_value="Column1_nlsid_value_MODIFIED"
    Then
    The table will show:
    column_name: "Column1_nlsid_value_MODIFIED"
    if we search "MODIFIED" in column_name, The Search will NOT show any results
    So, it seems to me that the af:query search always searches upon the values derived from InternalAttribute values.
    What can i do to over-ride such behaviour , so that the search also takes the data from modified getters.

    Try posting in Jdeveloper Forum JDeveloper and ADF which has more audience

  • Podcast accepted by iTunes, but not showing on search results after days

    I submitted a podcast to iTunes about a week ago and on the 20th I received an e-mail to say that it had been accepted onto iTunes.
    Several days later, however, and it still won't show up on search results. When I search for the title of the podcast, 'At The End of The Day', it doesn't show up. However, when I search for the author, 'Leigh, Mark and Toby', it DOES show up! Obviously, I want people to be able to find the podcast through its title... can anybody please help me? Thank you!
    Podcast iTunes url: http://itunes.apple.com/gb/podcast/at-the-end-of-the-day/id393735348
    RSS feed: http://attheendoftheday.podomatic.com/rss2.xml

    Turned up fine for me, though it's not at the top of the page; you have to scroll down to the Podcasts section and it's the first item there.

  • Formulation outputs not showing in search results

    The FOs are not showing up in any EQT search screens, show hidden specs setting is on. In the past, we've noticed that the specs show up if we put an extra dummy tag on the wfa statuses that have 7 tags. This is not working anymore.
    please refer to 3 SR 3-5797044111 : WFA Tag Config and EQT Visibility Issue

    I just discovered that if the formulation output doesn't have any entries in the cross reference section, it will not appear in eqt search results. does this make sense? Is there some config that we can adjust to make them apper even without a cross reference?
    thanks,
    David

  • Google apps not showing in search results on ios6

    Since upgrading to iOS6 on my iPhone and iPad, I'm unable to see the Google or G+ app in a search result.
    I still have the apps on my home screen but if I swipe to search for a Google app, a list of address book contacts returns instead of a Google app.
    Very dissapointed that Apple isn't signing 5.1.1 anymore as their exit from all things Google, replaced by substandard apps is not good enough.

    Thanks. I have the Chrome app. This is not the issue. This bug is not a browser issue. It occurs when I search 'in phone' not in browser. I have the Google and G+ app installed on two devices. The latest software update hasn't removed them from my homescreen but Apples in phone search function doesn't find them anymore. By 'in phone search' I mean if you go to your first page of apps and then swipe to the right to reveal a search box.

  • Anyone know if the long standing duplicate files problem with File History has been fixed yet?

    There are loads of public threads about the duplicate files problem
    with Windows 8/8.1 File History backup system.
    From all the threads I've looked at, there seems to be no solution,
    and no acknowledgement from MS that they can even repro the problem
    (which surprises me considerably as there are so many people who
    notice the problem).
    Is anyone aware of whether MS (may) have fixed this for Win10?
    Are MS aware of the problem and if they're able to fix it?
    Dave - with many GB of duplicated files in File History :)

    Hmm, is that the attitude MS would recommend? :)
    Why would I care what Microsoft would recommend?
    Clearly you don't, and you appear to have missed my smiley. Calm down
    Noel, many of us are as annoyed by aspects of modern Windows as you
    are. :)
    I'm all about making Windows actually WORK/./
    Aren't we all? Windows is software I use too many hours every day, I
    along with many millions of others need it to work really well. You
    are not alone.
    When they implement something that doesn't work, and even if it did work doesn't do what's needed - and/beyond that/ they remove features people DO need (such as the GUI for Windows Backup), I see no wrong in advising people of the way things
    really are.
    File History essentially does work - it's saved me a couple of times
    in the past couple of weeks. It just has a highly annoying habit of
    creating 100% duplicates of some files for no apparent reason. If MS
    have fixed that I won't have any known complaints about it.
    If you don't like it, you don't have to use it. I generally like it, I
    just want to see that its fixed.
    Dave

  • CR2 FILES FROM 5D MK 3 not showing in CS5 PHOTOSHOP / BRIDGE. any thoughts ??

    CR2 FILES FROM 5D MK 3 not showing in CS5 PHOTOSHOP / BRIDGE. any thoughts ??
    CANNOT edit or view CR2 RAW FILES.
    works fine with Canon 5d mk 2....

    Yes, hopefully all you need to do is go to Help>Updates in photoshop cs5 and get camera raw 6.7

  • What would cause images with captions to not show up?

    Still struggling with this issue. Images with captions are not showing up on the iPad preview.
    Please help!
    Thx!

    Hi Andrew,
    I have been struggling with this for days. I am working on it with Apple. We re-installed the software, I re-installed OSLion, I re-started in safe mode, looked at startup items, cache, etc.
    Now I am about to create a partition and test again to determine if the issue is with another software program on my system.
    BTW, I noticed this starting AFTER I upgraded to 1.1, but maybe that is a coincidence. Do you know if it started for you after the update? ALSO, check your help screen in IBA. Does it look the attached? This started happening at the same time as the caption/image issue.
    Please stay in touch as you the first person other than myself (that I know about), who is having this issue.
    I look forward to hearing if you have the Heklp issue.
    THANKS!
    Belinda

  • HT2905 what should i do if "display duplicate" in the first step does not show up ?

    what should i do if "display duplicate" in the first step does not show up ?

    If you're using iTunes 11, they've changed where the duplicate option is.  You can now find it under the View menu.  Note, if you hold Option on that menu, it'll give you the "exact" option.

  • TS3276 Does anyone have problems with sent messages not showing in their Mail? I have two sent folders when really I only want one. Any tips?

    Does anyone have problems with sent messages not showing in their Mail? I have two sent folders when really I only want one. Any tips?

    Not sure if this is a fix, but I tried sending myself a test email from only  the Bcc field, and lo and behold it now shows the Bcc field in all sent item previews;
    ...maybe leaving the 'To' field blank on purpose forced Mail to show it.
    Rebooted the Mail program, still there - rebooted the machine, still there. Hope this is still relevant and it works for you too - J.

Maybe you are looking for

  • No list view in iPad Air calendar?

    In Calendar on the iPad Air, there doesn't seem to be any way to view all your calendar events as a chronological list of events (I.e., "list view"). Can this be true? I've been trying to find it for hours.

  • How do I use photos?

    I did the upgrade to photo's from iphoto but have no idea how to use it.  Some initial questions: Which library do I upgrade?  There were three on my iMac.  One for each user file and one that was in shared. Do I have to upgrade all of them?  i.e. ea

  • Update and restore error messages on iPod touch 2nd Gen

    Hi folks I'm searching for a solution for the error message I have received when i connected my Ipod touch to my PC. I got notification that there was an update for Itunes available and would i like to download, i chose not to at this time as all i w

  • HTML tags in Dynamic Text

    I am planning on building a website in flash with 90 percent of the site in dynamic text. Will flash read the html tags in a text file as text or html and code it as a browser would.

  • RSBBS - Assignment  Details

    Hello, I am developing RRI from Sender to Reciever.Target has a variable on EX: ORDER.And the what i would like is when the user from the Sender query clicks on Order > Go to >reciever query can actually se all teh details without putting any additio