I have set up this module along with the following module
Chaos tools 7.x-1.0-rc1
Entity API 7.x-1.0-rc1
Search facets 7.x-1.0
Facet API 7.x-1.0-rc4
Views 7.x-3.3

I have created a faceted search using a view
The pretty paths are working properly in the facet block. But the links are not changing in the views pager next previous links
So the pager still show links of type /pair/solr-search-view?page=1&f[0]=field_tax_fashion%3A215

Any ideas about solving this?

Kind regards
Ajjaykummar

Comments

dasjo’s picture

Title: Not working in Views pager » Add views pager support
Version: 7.x-1.0-alpha2 » 7.x-1.x-dev
Category: bug » feature

that's right. i'm not sure yet about how exactly to implement this but would be glad to review/accept patches

iajay’s picture

are pretty paths not normal drupal alias?
because I see that the alias are not shown when I print the path using l()
Like in normal case if i user print("node",node/1") it would use the alias of node/1
but this does not work in pretty paths...Can you explain me in short how the pretty paths work ..
Kind regards
Ajjaykummar

iajay’s picture

or atleast tell me how i can print the pretty path using some php code
I want to use the pretty path in some views php field or in theme templates etc
Sorry for asking new things in this issue, if you want I can open new issues ...
regards
Ajjaykummar

dasjo’s picture

as an example for manual use of pretty paths see #1519680: Applying pretty facet paths on node view pages (make constructPath() a public method)
let's stick to the topic within this issue

iajay’s picture

sure :) and thanks for the pointer...

dasjo’s picture

Priority: Normal » Major

this is quite important

dasjo’s picture

just discussed with the search_api maintainer drunkenmonkey and we think the problem is that we currently

Mock default parameters for facetapi & related search modules

the views pager will not use the url_processor (it doesn't know about it) but just replicate the query params

see http://drupalcode.org/project/facetapi_pretty_paths.git/blob/841a950354c...

make77’s picture

I'm facing the same problem, is this issue planned to be fixed ?

dasjo’s picture

sure, usually a patch gets submitted, and if it's RTBC it will get fixed :)

dasjo’s picture

dasjo’s picture

dasjo’s picture

Status: Active » Fixed

fixed, see #11

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.