Posted by mdallmeyer on June 20, 2012 at 8:15pm
2 followers
Jump to:
| Project: | IMCE Tools |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I've applied several of the patches which removed the various errors I was getting when trying to search. However, my search still returns no results for strings which ought to give results.
Comments
#1
Bump. Is this module still being maintained? No updates for Drupal 6 since 2011...
#2
What do you get when you try to access the following path on your site /imce_search_callback? You should see a JSON response with a message embedded similar to "Invalid search criteria, please specify a search". You can try the searching directly using a path of the form /imce_search_callback/1/TEST (replacing test with a search string). This will perform a case insensitive search.
Also, note that this searches your files table so if you have files on the filesystem uploaded in a manner that does not result in an entry in the files table those files will not appear in search results.