Commit a44b789
feat(search): v1
* chore(search): connect local elasticsearch
* chore(search): add application bootstrap migration script
* feat(search): elasticsearch seed command
* feat(search): elasticsearch seed script
* feat(search): search users query
* chore(search): edit request, response dto
* docs(search): update search swagger
* feat(search): tweets index + reset script
* fix(search): ELASTICSEARCH_NODE placeholder
* feat(search): search posts query
* feat(search): posts pagination
* feat(search): sync create and update tweet with elasticsearch
* feat(search): sync delete tweet with elasticsearch
* feat(search): sync update and delete author with elasticsearch
* refactor(search): single sync follow job for follower and followed
* feat(search): users cursor pagination
* feat(search): store parent and conversation id in tweet index
* feat(search): attach parent and conversation data
* feat(search): media and latest posts
* test(search): search controller unit tests
* test(search): search service unit tests
* fix(search): add repost bg to sync elastic
* fix(ci): fix package-lock.json
---------
Co-authored-by: Mario Raafat <mariorafat10@gmail.com>
Co-authored-by: Mario Raafat <136023677+MarioRaafat@users.noreply.github.com>1 parent 85fe2d9 commit a44b789
File tree
40 files changed
+4614
-777
lines changed- docker
- src
- background-jobs
- constants
- elasticsearch
- dtos
- elasticsearch
- schemas
- scripts
- seeders
- search
- dto
- tweets
- dto
- user
- dto
40 files changed
+4614
-777
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
19 | 53 | | |
20 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
21 | 65 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
27 | 69 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
0 commit comments