Closed (fixed)
Project:
Faceted Search
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2007 at 12:07 UTC
Updated:
31 Oct 2007 at 05:01 UTC
It seems there is no way to turn off "advanced search"
I don't need it, so i commented it out. Perhaps here should be an option too...
And as a final thought,
The module is not SEO yet; it should be able to change the title of the search and the page... But thats a detail.
Thanks for a great module!
Comments
Comment #1
David Lesieur commentedI'm not sure I get your point on SEO. The page title reflects the current search.
Comment #2
dagomar commentedHi david,
sorry for that really short remark. I had to build a website from scratch in a few days, so i didnt elaborate. My point with SEO was that now it will show the module name in the adresse bar. This can't be overridden ( i saw it was hardcoded) It is not a very big problem, but it would be nice to have it changed to something more il8n complaient.
(would t() work??)
thanks again for a wonderfull module!
Comment #3
David Lesieur commentedAh, you are referring to the fact that "faceted_search" appears in the URLs? This is like every other Drupal module — we have to choose a path to dispatch page requests to the module. Using "search" would conflict with the core search module, so "faceted_search" seemed to make the most sense.
Comment #4
dagomar commentedYou are right david.
forgive me if a seem a noob sometimes :) I have been using drupal for about 3 weeks now. It is not a big problem that the name of the module appears in the url. It was just something i noticed. I think it would be nice if it could be changed (optionally) but obviously there is no real need for that, apart from an aesthetic one.
Thanks for a great module there david!
Comment #5
David Lesieur commentedThe "advanced search" has now morphed into a "more options" page linked from the keyword search block. You might want to have a look at the latest "dev" version. I'm still unsure about the labelling: "more options". Feedback is welcome!
So I've eliminated the need for separate "standard" and "advanced" search pages by having a single page for both, with "advanced" fields grouped into a collapsible fieldset à la Drupal core search. If you don't even want those advanced fields, you could easily hide them through CSS, or remove them completely through hook_form_alter(). The "more options" link itself can also be removed through hook_form_alter().
Comment #6
(not verified) commented