Problem/Motivation

Currently the schema creates columns for all the fields even if they aren't used for filtering.

Steps to reproduce

1. Create a search api backend with multiple fields.
2. Check the database schema has created columns for all the extra fields.

Proposed resolution

It should only create columns for fields with the Filterable attributes indexing option.

Remaining tasks

Provide MR

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

codebymikey created an issue. See original summary.

codebymikey’s picture

Status: Active » Needs review
codebymikey’s picture

Issue summary: View changes
m4olivei’s picture