mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Fix tag short description indexing
This commit is contained in:
parent
16982b28aa
commit
34c9f76330
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ defmodule Philomena.Tags.SearchIndex do
|
||||||
category: tag.category,
|
category: tag.category,
|
||||||
aliased: !!tag.aliased_tag,
|
aliased: !!tag.aliased_tag,
|
||||||
description: tag.description,
|
description: tag.description,
|
||||||
short_description: tag.description
|
short_description: tag.short_description
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue