Webboard: Picture Search
[email protected] 9 Nov 2011 06:38:29 -0000
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Alexander Barkov Email: [email protected] Message: > Hello, > > i want to search pictures by filename and/or alt or other attributes. Unfortunately, searching by alt text is not implemented. To search by file name make sure to have "Section url.file ..." in indexer.conf and remove "Disallow *.jpg". So display the images you can try something like this in the template file: <!IFLIKE NAME="url.file" CONTENT="*.jpg"> <IMG SRC="$(url)" WIDTH=100> <!ENDIF> > > Regards Reply: <http://www.mnogosearch.org/board/message.php?id=21333>