Drop source_count from fields pending reindex

This commit is contained in:
Liam 2024-04-21 21:22:02 -04:00
parent ea25f2a01e
commit 3f1f208916

View file

@ -69,7 +69,7 @@ defmodule Philomena.Images.Query do
defp anonymous_fields do
[
int_fields:
~W(id width height comment_count score upvotes downvotes faves uploader_id faved_by_id tag_count pixels size source_count),
~W(id width height comment_count score upvotes downvotes faves uploader_id faved_by_id tag_count pixels size),
float_fields: ~W(aspect_ratio wilson_score duration),
date_fields: ~W(created_at updated_at first_seen_at),
literal_fields: