Active
Project:
Search Files
Version:
6.x-2.0-beta4
Component:
Search Directories
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2011 at 00:46 UTC
Updated:
25 May 2012 at 14:31 UTC
Jump to comment: Most recent
Comments
Comment #1
stodge commentedI tried the latest dev package with zero success. I'll try to debug the code but I make no promises. Haven't debugged PHP for years!
Comment #2
stodge commentedThis line is failing, so presumably it doesn't think it's time to rescan the directories:
Comment #3
stodge commentedI changed Directory Rescan Age to 0 and changed the code to less than or equals to instead of less than:
And it worked.
Comment #4
Anonymous (not verified) commentedDid the trick for me as well.
Comment #5
mdallmeyer commentedWhat did you end up setting the URI to? I can't figure that part out. So it looks like its finding files in the directory, but they're either not being indexed or just not being displayed...any ideas?
Comment #6
elusivemind commentedI have done a ton of work on this module just to get the thing to work. Perhaps I'll become a co-maintainer but that will depend on my boss whether or not they want me putting in work hours on the project. I will be doing a bunch more work on it in the coming weeks.
I'm willing to share my fixes, but I don't think I have much in the way of a patch since many of my fixes are somewhat hackish and would need to be tested against multiple environments.
I've discovered it has a dependency on the upload module... which is undocumented. Grrr.
Comment #7
jrglasgow commented@ElusiveMind
the search directories sub module doesn't depend on the upload module, only when you use the search attachmets module which specifically searches the files uploaded and attached to nodes does it depend on the upload module