Jump to content

jackbrannen

Member
  • Posts

    56
  • Joined

  • Last visited

Posts posted by jackbrannen

  1. I have fuzzy matching turned on for my files, but I’m having trouble getting it to work as I want. Not sure if the problem is me or Alfred.

     

    I would like ‘pc’ to return as its first result my “Production Calendar” file.

     

    Right now, that file is the first result for the following searches:

    • p
    • p c
    • pr

    etc.

     

    However, when I type “pc,” the file doesn’t show up at all. Shoudn’t fuzzy matching cover this?

     

    Thanks!

  2. Hi Jack,

     

    A couple of things to check...

     

    1. Have you tried restarting your Mac to make sure it's not just OS X misbehaving a little?

    2. Do you use a third-party Finder replacement? If so, it's possible that OS X is unable to clearly identify which Finder to reveal the files in. You may need to unset and re-set your Finder replacement so that OS X knows to use that.

    3. It might sound silly, but if you have multiple screens, check it's not opening on the wrong screen.

     

    Let me know how you get on :)

     

    Cheers,

    Vero

     

    Thanks, Vero. No third-party Finder replacement and only one screen. Just restarted and have my fingers crossed. Thanks!

  3. The metadata indexing system is complex and therefore prone to occasional errors. Things can get missed or not updated because most of the metadata is cached. It's possible that Dropbox didn't update the modification time of the folder, so the metadata indexer didn't recognise it as changed and reindex it.

     

    Forcing it to reindex things it hasn't indexed properly, up to and including deep-sixing the entire index if necessary, will usually kick-start it back into action.

     

    Aha. So does Alfred share the same indexing system as Spotlight? If Spotlight can see it, Alfred can?

  4. You can try forcing Spotlight to re-index it via Terminal:

    mdimport -d 1 /path/to/your/folder/here
    

    If that doesn't work, try changing the number after -d to show more information (1-4). Use man mdimport for more info.

     

     

    Thanks, deanishe. The problem had resolved itself by the time I started this. Is this a known issue? Why is this happening to me?

  5. Hi Jack, sorry for the slow reply! 

     

    Could you please try renaming your folder, leaving it a moment, then renaming it to its original name? If it isn't turning up in search results, there may be some metadata missing for it and renaming it will force OS X to reindex it. :)

     

     

    Hi Vero,

     

    This problem is back with a new folder. If I rename it, I can find it under the new name. If I change it back, Alfred doesn’t see it.

  6.  

    Could you please download the metadata tool below and drop in one of your OPML files, and copy the output in your reply:

     
    Also, could you include a screenshot of the file types you've added in the Advanced button, in the Default Results section?
     
    Cheers,
    Vero :)

     

     

     
    Hi Vero,
     
    Thanks. The output is below. And here's an image of my file things: http://i58.tinypic.com/13yp2iw.jpg
    /Users/jack/Dropbox (PracticeLink)/Resource Library/Reference/PRJ Templates/PRJ Circulation Report.opml
    
    
    Internal File Metadata
    ======================
    
    
     Display Name: PRJ Circulation Report
        Alt Names: PRJ Circulation Report.opml
        File Type: org.opml.opml
         Comments: 
         Keywords: 
        Last Used: 
    
    
    Raw mdls File Metadata
    ======================
    
    
    kMDItemAlternateNames          = (
        "PRJ Circulation Report.opml"
    )
    kMDItemContentCreationDate     = 2015-03-25 14:08:28 +0000
    kMDItemContentModificationDate = 2015-03-30 15:27:26 +0000
    kMDItemContentType             = "org.opml.opml"
    kMDItemContentTypeTree         = (
        "org.opml.opml",
        "public.xml",
        "public.text",
        "public.data",
        "public.item",
        "public.content"
    )
    kMDItemDateAdded               = 2015-03-26 12:59:35 +0000
    kMDItemDisplayName             = "PRJ Circulation Report"
    kMDItemFSContentChangeDate     = 2015-03-30 15:27:26 +0000
    kMDItemFSCreationDate          = 2015-03-25 14:08:28 +0000
    kMDItemFSCreatorCode           = ""
    kMDItemFSFinderFlags           = 16
    kMDItemFSHasCustomIcon         = (null)
    kMDItemFSInvisible             = 0
    kMDItemFSIsExtensionHidden     = 1
    kMDItemFSIsStationery          = (null)
    kMDItemFSLabel                 = 0
    kMDItemFSName                  = "PRJ Circulation Report.opml"
    kMDItemFSNodeCount             = (null)
    kMDItemFSOwnerGroupID          = 20
    kMDItemFSOwnerUserID           = 501
    kMDItemFSSize                  = 5245
    kMDItemFSTypeCode              = ""
    kMDItemKind                    = "OPML1.0 (.opml)"
    kMDItemLogicalSize             = 5245
    kMDItemPhysicalSize            = 12288
  7. Hi Jack,

     

    Where are the OPML files you're searching for? Make sure they're in a location included in Alfred's search scope too :)

     

    Thanks, Vero. I had added the immediate parent folder, and there was no change.

     

    Also, sometimes what appears to be one file type can be multiple ones. For example, Markdown files can be .markdown or .md, so check whether the OPML files you find are of the same type as the one you've added.

    Yes, they are the same. I dragged the specific file I was looking for into the file type window.

     

    That being said, the less file types you add to Alfred's default search scope, the better the results will be, so is this something that would be better suited to creating a file filter workflow? Here's a tutorial on creating a file filter: http://support.alfredapp.com/tutorials:file-filter-workflow

     

    It takes just a minute to create and helps focus your searches so much more! Let me know if you need a hand creating your workflow :)

     

    Cheers,

    Vero

    Thanks. I'm really not looking for this type of solution. I'm not having performance solutions and just want the basic functionality to work as expected. Thanks, though!

  8. "baffled by the build-a-workflow components" isn't a particularly easy problem to address.

     

    Can you be a bit more specific about what you're having difficulty with?

     

    If you don't know where to start, there are lots of tutorials available.

     

    The specific use case you want was talked about here.

     

     

    deanishe, thanks. And you're right, that was a very vague post on my part—sorry about that. I am kind of frustrated because I feel like the workflow thing is way harder than it should be. I'll look in to your links. Thanks again.

  9. Could you please try renaming your folder, leaving it a moment, then renaming it to its original name? If it isn't turning up in search results, there may be some metadata missing for it and renaming it will force OS X to reindex it. :)

     

    Hi Vero, thanks for your reply! I can't reproduce the issue any more, but I will try this if it recurs. Thanks!

×
×
  • Create New...