Drupal 6 port

webchick - May 28, 2008 - 06:22
Project:Views Fast Search
Version:5.x-2.x-dev
Component:Code
Category:task
Priority:critical
Assigned:Unassigned
Status:won't fix
Description

Hi, Doug. What's the status on a 6.x port of this module? Is this functionality moving into Views "core" or..?

#1

mariusooms - July 20, 2008 - 14:10

subscribe

#2

Passionate_Lass - August 6, 2008 - 19:10

subscribe

#3

jferjan - September 25, 2008 - 12:42

subscribe

#4

danielnolde - October 2, 2008 - 07:25
Priority:normal» critical

subscribe

#5

rrlange - October 15, 2008 - 21:08

subscribe

#6

mansspams - October 17, 2008 - 06:46

How is that such important module is not ported to D6? Maybe everyone is using some other module that can make custom advanced search forms to search in separate CCK fields?

I automatically ported this module to D6 with latest -dev version of Deadwood module, but it does not seem to work, even if Coder module says it all good to go. Cannot do anything more, cause im not a developer.

Here is what drupal says:

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT NULL, `type` VARCHAR(50) NOT NULL, `search_weight` INT NOT NULL DEFAUL' at line 2 query: CREATE TABLE vfs_ranking_nodetype ( `CREATE` DEFAULT NULL, `type` VARCHAR(50) NOT NULL, `search_weight` INT NOT NULL DEFAULT 1, PRIMARY KEY (type) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\XAMPP\htdocs\eventz\includes\database.inc on line 514.

#7

leviks - November 6, 2008 - 22:00

subscribe

#8

dropchew - November 12, 2008 - 14:31

subscribe, and believe more to come

#9

Swiftslayer - November 15, 2008 - 17:34

subscribe

#10

hinchcliffe - November 19, 2008 - 21:29

subscribe

#11

HnLn - December 9, 2008 - 16:44

subscribe

#12

Phil Ewert - October 8, 2009 - 08:32

forget it

#13

highvoltage - December 15, 2008 - 12:01

Is this module even maintained still? There's been no answer to this issue for half a year...

#14

scott859 - December 16, 2008 - 05:02

It doesn't look like it does it?

I hope it is.

subscribing

#15

Flying Drupalist - December 17, 2008 - 02:57

subscribe.

#16

mariusooms - December 18, 2008 - 11:21

Cheese...please unsubcribe me...can we please mark this "won't fix" as the maintainer seems unaware of his/her issue queue. I'm getting tired of getting all the subcription notices.

Regards,

Marius

#17

mysteriousgal - December 30, 2008 - 08:24

please port this to D6,its such an important module

#18

PepeMty - January 2, 2009 - 14:51

Subscribing...

#19

CKIDOW - February 3, 2009 - 23:22

subscribing

#20

kenorb - February 12, 2009 - 14:45

+1 ;)

#21

nirbhasa - February 14, 2009 - 16:15

Hi all - My understanding is that the search algorithm used in views_fastsearch was incorporated (with improvements) into D6 core search, removing the need for this module. Correct me if im wrong.

#22

momper - February 16, 2009 - 19:23

subscribing

#23

z.stolar - February 18, 2009 - 08:40

The search index is accessible through views core. Look under filters.

#24

fumbling - March 6, 2009 - 01:45

Thanks, I see it there, but does this actually turn the normal search results page into a views page? If not, any idea how to do that? Thanks again.

#25

Juanzo - April 30, 2009 - 10:44

Yeah, I was wondering the same thing.

#26

dropchew - April 30, 2009 - 14:39

Why not use faceted seach? just a thought. Lets you output results to views

#27

douggreen - April 30, 2009 - 17:04
Status:active» won't fix

nirbhasa is correct. I wrote the Drupal 6.x search engine based on the techniques developing while working on views_fastsearch. Actually, the 6.x engine is better than the one in VFS. AFAIK, the search filter is also native to views2. I worked on this at one time, and I'm pretty sure that someone else completed the work.

Thus, this module is now not needed in 6.x. I've seen several issues on this. This one wasn't the first. I have done very little 6.x work yet, so I'm unaware of any problems. Why are people asking for this? Does the views2 filter not work?

#28

highvoltage - April 30, 2009 - 18:57

I can tell you why I asked. I personally want views to override the display of the search results of the built in drupal search module, so I could choose what fields are included as a teaser. I've never seen any option that obviously provided such in views and I've never been told where to find any views feature that achieves this. This module seemed to be a candidate for allowing me to modify the display search results through views and possibly modify the search itself with extra views filters and stuff.

I still dont know what the views filter is that you're referring to at all, and neither to many people apparently, so the questions continue. You refer to it, but you reveal virtually nothing about it.

#29

z.stolar - April 30, 2009 - 19:07

Under the filters section of views edit page, you'll find a filter called "Search: Search Terms" (I think core's search module should be active for that to appear. Not really sure about it).
This filter is specifically powerful when it's exposed, and so it allows you to do exactly what you want: customize your search form, and your search results, the way you want it.

We recently implemented it on a website: http://artisrael.org/search?keys=Kremer

Notice the search keys are in the URL, and AFAIK, views goes fetching them from the global search index. The results are fully customized, and themed, all controlled through the views UI.

I also use this filter in a view, to allow site admins to have an alternative UI for content management, where they can have a free text search, plus other fields to search by (date, type, workflow status, CCK fields...), together with administrative links.

Hope that answers your question!

#30

highvoltage - April 30, 2009 - 21:58

Ah, so you don't actually utilize the provided search block. Thanks for clearing that up z.stolar.

 
 

Drupal is a registered trademark of Dries Buytaert.