Discussion:
Webboard: Picture Search
g***@mnogosearch.org
2011-11-08 16:36:37 UTC
Permalink
Author: dominik
Email: ***@gmail.com
Message:
Hello,



i would like to use mnogosearch to search for pictures. how must i configure it to index all .png and .jpg pictures?

is it possible to recognize that it is a picture somehow in the template file and to display only the pictures?



regards



dominik

Reply: <http://www.mnogosearch.org/board/message.php?id=21329>
g***@mnogosearch.org
2011-11-08 18:57:18 UTC
Permalink
Author: Alexander Barkov
Email: ***@mnogosearch.org
Message:
Hi,
Post by g***@mnogosearch.org
Hello,
i would like to use mnogosearch to search for pictures. how must i configure it to index all .png and .jpg pictures?
is it possible to recognize that it is a picture somehow in the template file and to display only the pictures?
regards
How do you want to search pictures? By file name?
Post by g***@mnogosearch.org
dominik
Reply: <http://www.mnogosearch.org/board/message.php?id=21331>
g***@mnogosearch.org
2011-11-08 19:54:48 UTC
Permalink
Author: Dominik
Email: ***@gmail.com
Message:
Hello,



i want to search pictures by filename and/or alt or other attributes.



Regards

Reply: <http://www.mnogosearch.org/board/message.php?id=21332>
g***@mnogosearch.org
2011-11-09 06:38:29 UTC
Permalink
Author: Alexander Barkov
Post by g***@mnogosearch.org
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>
Post by g***@mnogosearch.org
Regards
Reply: <http://www.mnogosearch.org/board/message.php?id=21333>

Loading...