Skip to content

Commit

Permalink
Merge pull request #1870 from Sefaria/hotfix-search
Browse files Browse the repository at this point in the history
fix(search): Fixing search
  • Loading branch information
akiva10b authored Apr 9, 2024
2 parents 468e2b7 + b80829b commit f8ca4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sefaria/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def get_all_versions(cls, tries=0, versions=None, page=0):

@staticmethod
def is_included_in_search(version):
return version.versionTitle not in [
return version.versionTitle in [
"Yehoyesh's Yiddish Tanakh Translation [yi]",
'Miqra Mevoar, trans. and edited by David Kokhav, Jerusalem 2020'
]
Expand Down

0 comments on commit f8ca4a2

Please sign in to comment.