luca90
Total posts: 65
02 Apr 2015 15:31

Hi,

i have a problem.

When i search a record, i see the filtered results but the url of page is the record list url (i have sef urls). the url is the same for any filtered result.

I want the url with specification for any filtered result. es: pagesection.html?filter=NAMEINSERTED.

How can i do this?

Thanks

Last Modified: 02 May 2015


Konstantin
Total posts: 1,113
09 Apr 2015 12:17

Have you try disable sef?


Sergey
Total posts: 13,748
20 Apr 2015 06:09

You might want to use pre-filtered url technique.


luca90
Total posts: 65
20 Apr 2015 09:14

Hi,

i use it and works.

A question:

how can i insert in the url of record list (menu item) the string 'filter-cleaner' to remove filters when i user go into records list page?


Sergey
Total posts: 13,748
23 Apr 2015 03:02

YOu can use this &task=records.filter&clean=1. But you cannot use clean and set filters in the same URL.


luca90
Total posts: 65
23 Apr 2015 14:49

Hi,

thanks but in what file i must insert this line of code?

I want this line automatically when i insert a menu item (record list)


Sergey
Total posts: 13,748
27 Apr 2015 04:09
  1. Create link to section.
  2. Navigate it.
  3. Copy the URL
  4. Create external link by paste coppied URL and adding that clean parameter.

luca90
Total posts: 65
28 Apr 2015 19:27

Hi,

but with this method i don't have the active menu. It is important


Sergey
Total posts: 13,748
30 Apr 2015 12:47

Try to edit generated link when you edit menu element.


luca90
Total posts: 65
02 May 2015 10:37

Hi,

i have modified the url with firefox console. Works! thanks

Powered by Cobalt