Skip to content

Commit

Permalink
WCM-8: Content from reach is no longer resolved via elasticsearch, do…
Browse files Browse the repository at this point in the history
…n't declare it as such
  • Loading branch information
wosc committed Jan 28, 2025
1 parent 62edc5c commit ff8c8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions core/docs/changelog/WCM-8.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WCM-8: Content from reach is no longer resolved via elasticsearch, don't declare it as such
4 changes: 1 addition & 3 deletions core/src/zeit/reach/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ def get_ranking(service, facet=None, **kw):
"""


# XXX We probably should abstract ITMSContent into something like
# zeit.cms.something.ISearchResultProxyPerformanceHelper
class IReachContent(zeit.retresco.interfaces.ITMSContent):
class IReachContent(zeit.cms.interfaces.ICMSContent):
pass


Expand Down

0 comments on commit ff8c8cd

Please sign in to comment.