Skip to content

Make field weight configurable #5

@fheyer

Description

@fheyer

One should be able to configure field weight in the backend. Field weight is currently hard coded into following call:

$sphinx->setFieldWeights(array(
            'name' => 7,
            //'category' => 1,
            //'name_attributes' => 1
            'data_index' => 3
        ));

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions