Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
search data
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2009 at 15:39 UTC
Updated:
3 Aug 2011 at 03:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerUpdating status.
It would be cool if you would include the handler in the patch, read http://drupal.org/patch/create how to do it with cvs.
Should be $Id$
I'm not sure whether this should be part of the handler...
The code of the handler looks fine, but i will test it better later
Comment #2
pcambraYou are right. I've removed the author and corrected the $Id
I followed the instructions to add a file with a patch and I hope I did correctly!
Comment #3
dawehnerRemove this line :)
I'm on crack. Are you, too?
Updating status
Comment #4
pcambraWrong directory, should be placed in modules/search !
Comment #5
pcambraLike this?
*confused* :-S
Comment #6
pcambraComment #7
elvis2 commented+1 Subscribing...
Any updates on this? Any chance more instructions can be given.
Regards
Comment #8
merlinofchaos commentedCommitted to 3.x branch.
Comment #10
pokadan commentedWhy does the .inc in the zip file not work with views 2.x? The argument option does not get picked up when adding Search arguments.
Comment #11
m.stentaI have packaged a small module that basically adds the above code to Views 2.x. I've tested it in Views 2.12 and it seems to work just fine. Just drop it in, enable it, and voila: a Search Terms argument in Views.
Note: the module makes some assumptions about the structure of the existing Views code, so this might not work forever. Worth a try, though, and I hope someone finds it useful.
Comment #12
sinasalek commentedThanks @mstenta, that would be nice to see this included in the next view's release
Comment #13
m.stentaI added the above module to my new Git sandbox. Hooray for the Git migration!
http://drupal.org/sandbox/mstenta/1080684
Comment #14
sinasalek commented@mstenta Yeah i'm sure module developers are very happy now days :)! BTW i forgot to mention that your module works well for me thanks again
Comment #15
XiaN Vizjereij commentedSubscribe
Comment #16
caponey commentedusing this module combined with quick tabs to make tabbed search results based on content types. I've wanted to do this forever. thanks so much! great great great contribution.