Hi, i’m very new in EE and faced in with the problem:
lets imagine i have a search form.
how to transfer from request across the pages during the pagination surfing? should i use php sessions to store values from the form or may be already exist some other way ? may be query module will handle initial request some how by itself when query already created i mean once query was initially created it will be used during the pagination until i somehow reinitialize it or smth like this ?
thanks.