Skip to content

Commit

Permalink
bug-1916848: relocate search_common.py into es and legacy_es modules (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
relud authored Sep 24, 2024
1 parent 1f30425 commit 649428f
Show file tree
Hide file tree
Showing 8 changed files with 945 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion socorro/external/es/supersearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
from elasticsearch_dsl_0_0_11 import A, F, Q, Search

from socorro.external.es.base import generate_list_of_indexes
from socorro.external.es.search_common import SearchBase
from socorro.external.es.super_search_fields import get_search_key
from socorro.lib import BadArgumentError, MissingArgumentError, libdatetime
from socorro.lib.search_common import SearchBase


BAD_INDEX_REGEX = re.compile(r"\[\[(.*)\] missing\]")
Expand Down
Loading

0 comments on commit 649428f

Please sign in to comment.