Skip to content

Commit

Permalink
fix(search): Fixing search to not include some versions vs to only in…
Browse files Browse the repository at this point in the history
…clude those 2 versions.
  • Loading branch information
Shanee committed Apr 9, 2024
1 parent 468e2b7 commit b80829b
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 b80829b

Please sign in to comment.