NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item8947: UserListByPhotograph has query that doesn't find any users
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
New |
Extension |
ImageGalleryPlugin |
|
ImageGalleryPlugin version 5.10 page UserListByPhotograph has an embedded
SEARCH that doesn't find any users and as such the topic always says "no images found".
That search should be modified as follows:
< %IMAGEGALLERY{thumbtitle="[[$topic]]" topics="%SEARCH{"form.name='UserForm'" type="query" nonoise="on" separator="," format="$topic"}%" size="large" title="[[$topic]]"}%
---
> %IMAGEGALLERY{thumbtitle="[[$topic]]" topics="%SEARCH{"form.name ~ '*.UserForm'" type="query" nonoise="on" separator="," format="$topic"}%" size="large" title="[[$topic]]"}%
Refer to
QuerySearch where this specific query is recommended.
--
BigBaaadBob - 23 Apr 2010