Description
When searching a NetPublish site, the results show the wrong number of images, or even displays all of them.
Solution
Some characters are reserved for use in URLs; if they are used in Portfolio filenames, descriptions, keywords, or other metadata, then searches containing those terms can cause unexpected results with Netpublish sites. This happens because NetPublish site requests pass the search terms as part of request URLs but does not escape reserved characters.
To prevent this, Portfolio users should avoid using the following characters when naming files and creating keywords:
- /
- ?
- #
- [
- ]
- @
- !
- ?
- $
- ‘
- (
- )
- *
- +
- ,
- ;
- =
The official list of reserved characters for URLs can be found at http://tools.ietf.org/html/rfc3986#section-2.2.