Hi folks
If I have a menu item that is a Search and List, does the INITIAL link have to have all the params in it to function properly - it seems so...
Example:
https://fretroom.com.au/lesson-files/transcriptions
if I select an option in the Search Form, the url pre-fills with all the correct params.
ie: Select Title of Article...which has the id as value (eg 238)
https://fretroom.com.au/lesson-files/transcriptions?cck=lesson_file&lesson_file_filter_title_transcription=&filter_file_types=13&filter_bands_and_artists=&filter_notation_formats=&lesson_file_search_generic=&filter_bands_and_artists_generic=&art_id=238&boxchecked=0&search=lesson_files_list&task=search
However, pagination does not. Pagination leaves the url empty but appends "start=24".
Pagination only works if the url params already exist unlike the select box options which magically prefill the url
That make sense?
Is there something I could do?
Thanks
Jon