raphael
|
c8c4eec37a
|
Merge branch 'refact/engine' into 'master'
Remove RedisClient struct
See merge request raphael.cerveaux/go-search!3
|
2020-04-17 18:21:48 +00:00 |
sundowndev
|
0d1f6772db
|
refactor(engine): redis
Remove RedisClient struct
|
2020-04-17 19:19:15 +01:00 |
raphael
|
6835cf93fc
|
Merge branch 'refact/engine' into 'master'
refactor interfaces and names
See merge request raphael.cerveaux/go-search!2
|
2020-04-17 17:53:24 +00:00 |
sundowndev
|
a5bd7af787
|
refactor: fix some typo
Interfaces, rename functions, fix lint errors
|
2020-04-17 18:41:33 +01:00 |
sundowndev
|
c02f8d7a6c
|
Merge branch 'master' of github.com:sundowndev/go-search
|
2020-04-14 16:29:52 +01:00 |
sundowndev
|
5005b60575
|
refactor: fix golangci-lint errors
|
2020-04-14 16:29:37 +01:00 |
Raphaël
|
36fda06a51
|
chore: readme
|
2020-04-14 15:35:28 +01:00 |
Raphaël
|
0d9a82d805
|
chore: readme
|
2020-04-14 13:21:37 +01:00 |
Raphaël
|
0a172c9d11
|
Merge pull request #3 from sundowndev/feat/sortQueryResults
Sort query results by score
|
2020-04-14 12:27:39 +01:00 |
sundowndev
|
2979a9a275
|
feat(engine): sort query results by score
|
2020-04-14 12:25:03 +01:00 |
sundowndev
|
6ff6cd13d0
|
refactor: remove unused struct
|
2020-04-14 11:58:29 +01:00 |
Raphaël
|
41e302df08
|
chore: readme
|
2020-04-14 11:51:03 +01:00 |
sundowndev
|
c4fa3a811c
|
fix(cmd): dump
|
2020-04-14 11:45:51 +01:00 |
sundowndev
|
2e36a1d076
|
fix(engine): redis
Add password and db options to RedisClient; replace ZRevRangeByScore by ZRevRange
|
2020-04-14 10:52:52 +01:00 |
sundowndev
|
3f9ceb1977
|
fix: continue for loop instead of returning
|
2020-04-13 20:49:37 +01:00 |
sundowndev
|
d7bbdea8ed
|
chore: fix some typo
|
2020-04-13 20:45:16 +01:00 |
sundowndev
|
493e6d1ea7
|
fix(cmd): query
Better word indexation
|
2020-04-13 20:26:24 +01:00 |
sundowndev
|
aa6dd43775
|
add some fixtures
|
2020-04-13 00:59:23 +01:00 |
sundowndev
|
9efb70b41a
|
refactor: query & index commands
Add some fixtures
|
2020-04-13 00:52:45 +01:00 |
sundowndev
|
1adfa390fb
|
Merge branch 'master' of github.com:sundowndev/go-search
|
2020-04-13 00:44:44 +01:00 |
sundowndev
|
8512f6f2a6
|
refactor(cmd): dump
|
2020-04-13 00:09:15 +01:00 |
Raphaël
|
5bdf1d8e93
|
Launch Redis server in CI build job (#2)
|
2020-04-12 23:09:12 +01:00 |
Raphaël
|
5d3307e256
|
chore: readme
|
2020-04-12 23:03:05 +01:00 |
sundowndev
|
91ce23e6ef
|
Merge branch 'master' of github.com:sundowndev/go-search
|
2020-04-12 22:59:40 +01:00 |
sundowndev
|
9a7c7d1ac0
|
test: engine package
|
2020-04-12 22:59:30 +01:00 |
sundowndev
|
ee9c15e52c
|
refactor(engine): Redis client & disk related functions
|
2020-04-12 22:59:20 +01:00 |
sundowndev
|
faeb2043a9
|
refactor(cmd): query
|
2020-04-12 22:58:16 +01:00 |
sundowndev
|
a49236c83a
|
refactor(cmd): index
|
2020-04-12 22:58:03 +01:00 |
sundowndev
|
34a3ac2eb1
|
refactor(cmd): bump
|
2020-04-12 22:57:54 +01:00 |
Raphaël
|
c2d452ebd7
|
Update README.md
|
2020-04-12 20:07:01 +01:00 |
Raphaël
|
95a7cdd1a8
|
Create .gitignore
|
2020-04-12 18:39:39 +01:00 |
Raphaël
|
a9d14eb052
|
Update README.md
|
2020-04-12 17:51:58 +01:00 |
sundowndev
|
7861328123
|
refactor: commands
|
2020-04-12 01:15:24 +01:00 |
sundowndev
|
0092581e2e
|
Merge branch 'master' of github.com:sundowndev/go-search
|
2020-04-11 16:26:52 +01:00 |
sundowndev
|
26aa136987
|
feat: redis docker setup
|
2020-04-11 16:26:29 +01:00 |
sundowndev
|
5b9f89318c
|
feat: commands
|
2020-04-11 16:26:09 +01:00 |
sundowndev
|
fca18f39d1
|
feat: engine package
|
2020-04-11 16:25:53 +01:00 |
sundowndev
|
e0ca1a0150
|
feat: fixtures
|
2020-04-11 16:25:45 +01:00 |
sundowndev
|
d96cfe7d8b
|
ci: add test stage
|
2020-04-11 16:12:27 +01:00 |
Raphaël
|
9accce8b94
|
Merge pull request #1 from sundowndev/fix/ci
Fix Build CI job
|
2020-04-11 12:46:19 +01:00 |
Raphaël
|
9a2e37bbf7
|
Update go.yml
|
2020-04-11 12:44:41 +01:00 |
sundowndev
|
f80775bd2c
|
ci: build
|
2020-04-11 12:35:48 +01:00 |
sundowndev
|
c58cf8472c
|
inti file structure
|
2020-04-11 12:24:23 +01:00 |
Raphaël
|
28c8dce376
|
ci: create build job
|
2020-04-06 19:12:55 +01:00 |
Raphaël
|
2390ac5fb6
|
Update README.md
|
2020-04-06 18:50:00 +01:00 |
Raphaël
|
1214f239a6
|
Initial commit
|
2020-04-06 18:49:38 +01:00 |