Closed (fixed)
Project:
Field Indexer
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2008 at 13:44 UTC
Updated:
18 Jan 2009 at 22:40 UTC
Created a quick port to Drupal 6. Please test.
| Comment | File | Size | Author |
|---|---|---|---|
| field_indexer_6-1.patch | 11.06 KB | DenRaf |
Comments
Comment #1
David Lesieur commentedMost of the patch seems right (based on a quick look), however I don't think that just replacing
db_next_id()withdb_last_insert_id()will do...Instead, the schema must use the 'serial' type for the 'fiid', and the records of the 'field_indexer_map' table be written with
drupal_write_record().Comment #2
scott859 commentedsubscribing...
Comment #3
deepthistars commentedgreat module..subscribing..when will this be released
Comment #4
David Lesieur commentedMarked #314396: Port to Drupal 6.x for Field Indexer as duplicate.
Comment #5
David Lesieur commentedI have committed DenRaf's patch with some changes, mainly: