Closed (fixed)
Project:
Facet API Pretty Paths
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 11:28 UTC
Updated:
25 Sep 2012 at 09:51 UTC
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
Comment #1
dasjothat's right. i'm not sure yet about how exactly to implement this but would be glad to review/accept patches
Comment #2
iajay commentedare 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
Comment #3
iajay commentedor 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
Comment #4
dasjoas 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
Comment #5
iajay commentedsure :) and thanks for the pointer...
Comment #6
dasjothis is quite important
Comment #7
dasjojust discussed with the search_api maintainer drunkenmonkey and we think the problem is that we currently
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...
Comment #8
make77 commentedI'm facing the same problem, is this issue planned to be fixed ?
Comment #9
dasjosure, usually a patch gets submitted, and if it's RTBC it will get fixed :)
Comment #10
dasjosee related discussion #1773632: Comparison between FacetapiUrlProcessorStandard and hook_url_inbound/outbound_alter
Comment #11
dasjothis will be fixed by #1777714: Don't modify the query path
Comment #12
dasjofixed, see #11