Skip to content

Commit

Permalink
Not index tzitutim (#215)
Browse files Browse the repository at this point in the history
* do not index additional sources file as transcript

* version incr

* escape symbol

* escape symbol

Co-authored-by: LAPTOP-NFLD56CB\Yuri <yurihechter@gmai.com>
  • Loading branch information
YuriHechter and LAPTOP-NFLD56CB\Yuri committed Nov 3, 2020
1 parent 981dc52 commit 47bbce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion es/index_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ SELECT
FROM files AS f
INNER JOIN content_units AS cu ON f.content_unit_id = cu.id
WHERE f.secure = 0 and f.published = true AND
name ~ '.docx?' AND
name ~ '.docx?' AND name not like '%%tzitutim.do%%' AND
f.language NOT IN ('zz', 'xx') AND
f.content_unit_id IS NOT NULL AND
cu.type_id != %d AND
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "fmt"
var (
Major = 1
Minor = 10
Patch = 1
Patch = 2
PreRelease = "dev"
)

Expand Down

0 comments on commit 47bbce8

Please sign in to comment.