[ic] More Alpha issue

Dan Bergan danbergan at gmail.com
Thu Jan 7 18:46:11 UTC 2016


I recently upgraded to 5.8.2 from 5.4.5 and I noticed that a page
using mv_more_alpha isn't working correctly.

The initial page does not show the alpha characters in the more list,
but if click "next" in the more list, then the list will be the alpha
characters.

I created a basic page to test it out:

[query type=list
    ml=10
    more=1
    ma=1
    mc=3
    rf="sku,description"
    tf="description"
    st="db"
    sql=|
         SELECT sku, description
         FROM products
         ORDER BY description
         |
]
[more-list]
    <p>Matches [matches] of [match-count] found.
    <br />[more]<br />
    </p>
[/more-list]

[on-match]
  <table>
    <tr><td>Sku</td><td>description</td></tr>
[/on-match]

[list]
         <tr>
             <td>[sql-param sku]</td>
             <td>[sql-param description]</td>
         </tr>
[/list]

[on-match]
  </table>
[/on-match]
[/query]

Thanks -
Dan



More information about the interchange-users mailing list