Dear Klas
Sorry for the lack of precision.
Yes I meant this plugin
http://www.seblod.com/products/919The dropdown button appear in the frontend and when I select any options it show the same results that showed before I installed and set up the plugins. There is not any change in the order of the results:
I have enabled debug and query doesn't show any changes
For ordering by date of cretion it shows
SELECT
t0.id as pid, t0.pk as pk, t0.pkb as pkb,t0.cck as cck, t0.storage_location as
loc,tt.id AS type_id, tt.alias AS type_alias FROM `#__cck_core` AS t0 LEFT JOIN
`#__cck_store_form_precios` AS t1 ON t1.id = t0.pk LEFT JOIN `#__content` AS t2
ON t2.id = t0.pk LEFT JOIN `#__cck_core_types` AS tt ON tt.name = t0.cck WHERE
t2.state = 1 AND t2.access IN (1,1,2,3) AND ( t2.publish_up = '0000-00-00
00:00:00' OR t2.publish_up <= '2014-05-05 16:22:29' ) AND ( t2.publish_down
= '0000-00-00 00:00:00' OR t2.publish_down >= '2014-05-05 16:22:29' ) AND
t0.cck LIKE '%precios%' AND t1.provincia LIKE '%Madrid%' AND
t1.tipo_de_inmueble LIKE '%Piso%' AND t1.piso LIKE '%0-50 m2%' GROUP BY t0.pk
ORDER BY t2.created DESC
0.045
seconds (+0.045); 18.58 MB (+18.581) - afterSearch [Cache=OFF]
0.483
seconds (+0.438); 20.73 MB (+2.151) - afterRender [Cache=OFF]
And for ordering by price, it shows the same
SELECT t0.id as pid, t0.pk as pk, t0.pkb as pkb,t0.cck
as cck, t0.storage_location as loc,tt.id AS type_id, tt.alias AS type_alias
FROM `#__cck_core` AS t0 LEFT JOIN `#__cck_store_form_precios` AS t1 ON t1.id =
t0.pk LEFT JOIN `#__content` AS t2 ON t2.id = t0.pk LEFT JOIN
`#__cck_core_types` AS tt ON tt.name = t0.cck WHERE t2.state = 1 AND t2.access
IN (1,1,2,3) AND ( t2.publish_up = '0000-00-00 00:00:00' OR t2.publish_up <=
'2014-05-05 16:23:32' ) AND ( t2.publish_down = '0000-00-00 00:00:00' OR t2.publish_down
>= '2014-05-05 16:23:32' ) AND t0.cck LIKE '%precios%' AND t1.provincia LIKE
'%Madrid%' AND t1.tipo_de_inmueble LIKE '%Piso%' AND t1.piso LIKE '%0-50 m2%'
GROUP BY t0.pk ORDER BY t2.created DESC
0.023 seconds (+0.023); 18.58 MB
(+18.581) - afterSearch [Cache=OFF]
0.352 seconds (+0.329); 20.73 MB
(+2.151) - afterRender [Cache=OFF]
Thanks for your time