Skip to content

Elasticsearch index snippet description

Mark Chao requested to merge 207355-es-add-snippet-desc into master

What does this MR do?

Index snippet description as part of the title search.

This works without schema change because description column already is a field we index (just from a different model). We can live with the fact that existing snippets won't have this indexed and users can always re-index from scratch if they want that.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Ref #207355 (closed)

Edited by Dylan Griffith

Merge request reports