Can this module be made available for D7? If so, what is your timetable?
Thank you.

Comments

haagendazs’s picture

Title: D7 » Port to Drupal 7
Assigned: Unassigned » haagendazs
Priority: Normal » Major

I'm planning to have a development release ready by this coming weekend. Once that's available, I hope you can help me with some feedback about bugs, so I can move the status to a D7 alpha or beta release relatively quickly.

WilliamV’s picture

Will be glad to ;)

haagendazs’s picture

William: I started to look into the D7 port and I might have underestimated the complexity (mostly because I can't as easily get access to the complete view object in the hook_form_alter call that does most of the work in the current Views Search module).

After playing around with the D7 version of Views itself, it seems like some of the functionality is already included in the basic Views module:

  • Separates the search form and results: Check (available as option for every view, customizable)
  • Allows users to start over with a search: Check (configurable for every view)
  • Allows users to modify the search criteria: Not available yet
  • Saved Searches: Not available yet

Which of these features do you need most? I think for this to work in Drupal 7, I have to re-write most of the module, which could take a bit longer than this coming weekend. Therefore, I wanted to get an idea about the feature needs.

WilliamV’s picture

Thank you for your time.
I think the main features needed are those that you listed, mainly the ones that aren't operative yet :)

•Allows users to modify the search criteria: Not available yet
•Saved Searches: Not available yet

It would be interesting as well in providing a simple search view that can lead to an extensible search (read: advanced search) when selected.

Grtz and thx!

alpp’s picture

willl this be available for drupal 7?

WilliamV’s picture

The developer already discussed the module's availability. It is a question of 'developing'-time as the module needs a full rewrite. Latest changes in views 3 implicate even more rewriting.
Patience & comprehension is the message.

Anonymous’s picture

hi, i have a quick question about this response:
"After playing around with the D7 version of Views itself, it seems like some of the functionality is already included in the basic Views module:

Separates the search form and results: Check (available as option for every view, customizable)"

would someone be able to explain how to implement this? i have a view set up for user profiles, and i'd like users to be able to search a particular field (e.g. "What city were you born in?") - i'm confused how to set this up so that the search form is not on the same page as the result.

thanks so much for any help.

bryancasler’s picture

subscribe

eloivaque’s picture

Subscribe

likewhoa’s picture

Title: Port to Drupal 7 » Port Views Search to Drupal 7
Category: support » task
Priority: Major » Normal
Issue tags: +D7 porting, +port to d7

sub

Vladimir K’s picture

Version: 6.x-1.0-beta1 » 6.x-1.0

Subscribe

kweigand’s picture

Is there an alternative to this module that allows users to include multiple terms in their search before submitting it? For example, I have a database of car parts and I want to filter the view by exposed filters to allow users to specify Make + and/or Model + and/or Year to filter down their results

Pocketpain’s picture

Sub

iaminawe’s picture

sub

knalstaaf’s picture

Would there be any kind of temporary version or alternative to this module available for the time being?

(Subscribing)

zkrebs’s picture

sub

Refineo’s picture

subscribe

KingOmnious’s picture

Subscribing

alesr’s picture

I'm also interested in this functionality and can also help developing it.

There is an option with Search API to use "search index" View type and create a view with selected fields for search index. Search field can be one of the exposed filters. The problem is that it does not support a multi-valued relationships yet, because I needed a relationship behind selected fields :S

It would be much easier to just have a normal (content type) View with search field exposed for all selected fields.

tecjam’s picture

I am also very interested in this feature for D7.

Does anyone have any basic code for testing and further development?

mgifford’s picture

I took a quick look at this with Coder and aside from the work of getting it to work with Views3 it needs to have proper i18n support so that it will work in other languages than English.

I was impressed at how far the Coder Upgrader can go, but not far enough to be worth uploading with this module (due to the Views 3 changes).

tr33m4n’s picture

Subscribe, any updates?

thomjjames’s picture

Subscribing!

Would love to see this for Drupal 7 or maybe theres a chance to merge with http://drupal.org/project/views_savedsearches for the saved searches part?

I'd happily chip on some dollars & patches to speed up development. Anyone else?

Cheers
Tom

summit’s picture

Hi,
Any news on D7 Views Search module please?
Greetings, Martijn

likewhoa’s picture

Version: 6.x-1.0 » 6.x-1.x-dev