AndrewD |
02-13-2006 04:24 AM |
Quote:
Originally Posted by Langly
Is it possible to improve the Search function? I have almost 1000 files and if I do a Search or advanced search for something I get nothing shows up.
Example:
File Cat v1
Cat v2
Cat v3
Cat v4
If I search for 'Cat' it says I have nothing named Cat. If I search for 'Cat v1' then that file will show up, but not the other ones. It seems that you need to type the exact file name for it to show up.
Also, if you have several files with similar names, the search seems to bypass them and say you have nothing with that name.
Example:
Dogpic
Doghair
Dogdung
Typing in 'Dog' under search does not show those files unless you you type in the exact file name. I'm using v2.1.2. Any ideas?
|
If your example is accurate, the problem is probably with MySQL's fulltext search, which LDM uses by default. The search engine in MySQL skips short words. If you really want to find short words, then you have to use the LIKE searching method. Try setting match_using_like on the LDM admin settings page
I've been doing a lot of work on the search feature with TundraSoul - this should be ready to go live soon - and I will check that it works better with your case.
Quote:
Originally Posted by Langly
BTW, is there a way to have it make a link to display the newest 10 files uploaded? Or perhaps a link to a page showing them or even showing the top 10 downloaded files, etc.?
Cheers
|
This is more or less what the LDM modules for vbAdvanced do.
|