url generation depends on constant, should be global, or other temporary setting
hendler - January 18, 2008 - 07:12
| Project: | Semantic Search - Faceted Search and Semantic Web |
| Version: | 5.x-1.x-dev |
| Component: | Core |
| Category: | bug report |
| Priority: | normal |
| Assigned: | hendler |
| Status: | active |
Jump to:
Description
The url generation is built through a config which sets many define() statements.
With dynamic searches, the SEMANTIC_SEARCH_BASE_URL changes, because the search page depends on what page the user is searching. This can be easily remidied through careful replacement of this constant with a global variable of that path.

#1
--redacted