mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
add topic_position to searchable fields list
This commit is contained in:
parent
4dc8ab7b6c
commit
63b2a146ec
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ defmodule Philomena.Posts.Query do
|
|||
|
||||
defp anonymous_fields do
|
||||
[
|
||||
int_fields: ~W(id),
|
||||
int_fields: ~W(id topic_position),
|
||||
date_fields: ~W(created_at updated_at),
|
||||
literal_fields: ~W(forum_id topic_id),
|
||||
ngram_fields: ~W(body subject),
|
||||
|
|
Loading…
Reference in a new issue