Commit graph

208 commits

Author SHA1 Message Date
Mark Beamer Jr 162107239b
Add capability to restart sync where it left off by storing state of the sync. Set to update
Signed-off-by: Mark Beamer Jr <markbeamerjr@gmail.com>
2019-09-21 17:25:18 -04:00
Mark Beamer Jr c67f298ee6
Add channel id to claim if exists for more precise filtering 2019-09-19 22:15:52 -04:00
Thomas Zarebczan 84ab5eae36
Merge pull request #164 from lbryio/dependabot/npm_and_yarn/eslint-4.18.2
Bump eslint from 3.19.0 to 4.18.2
2019-09-18 12:57:53 -04:00
Thomas Zarebczan c002a09d7e fix: eslint problems 2019-09-18 12:47:21 -04:00
dependabot[bot] 62e5ff070f
Bump eslint from 3.19.0 to 4.18.2
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v4.18.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-20 15:52:36 +00:00
Mark Beamer Jr 32ebc7ac9f
Only consider the 1st 3 terms in a search query for subqueries as they are likely to be related content searches and do not need to be so precise. 2019-07-16 20:30:15 -04:00
Mark Beamer Jr 7e99d9eace
Added more 1..n term based breakdown of query and concatenation to assist with partial matching. Added a massive weight so these likely scenario's or "intended" scenarios pass. 2019-07-13 01:49:12 -04:00
Mark Beamer Jr 127155ef16
Removed permanent wash to avoid exact match queries from failing. 2019-07-12 20:22:52 -04:00
Niko Storni 7ac9900158 update package lock 2019-07-08 20:22:37 +02:00
Niko Storni f953c4365b switch dependency so that I can edit it 2019-07-08 20:12:29 +02:00
Niko Storni b873d93bf6 .io to .com 2019-07-08 20:00:10 +02:00
Niko Storni 7cbcf9a1a6 update packages
switch from yarn to npm
2019-07-08 12:55:49 +02:00
Mark Beamer Jr db39a6c47f
skip bad claim when processing to ensure all future claims make it into elastic search. 2019-06-22 16:37:39 -04:00
Mark Beamer Jr 11d000119b
check for null value to notify lbry team. 2019-06-22 16:17:40 -04:00
Mark Beamer Jr ea2fcb56ab
log error when step in sync process fails. 2019-06-21 00:11:16 -04:00
Mark Beamer Jr 4f5206d18e
Check for Claim field 2019-06-20 23:26:36 -04:00
Mark Beamer Jr 3a061df1a4
check for null and undefined 2019-05-31 22:02:00 -04:00
Mark Beamer Jr 4056fb86cf
use escaped query for query_string
removed comments
2019-02-28 21:45:56 -05:00
Mark Beamer Jr a716124800
Added split function for multi word queries. This way it makes a contains query for each word in the query. 2019-02-28 21:34:40 -05:00
Mark Beamer Jr 5a9ce272b9
Added reverted changes back in 2019-02-26 08:50:26 -05:00
Mark 525da56606
Merge pull request #147 from lbryio/revert-141-add_channel_weight
Revert "added channel effective amount to the claim weight."
2019-02-24 22:05:58 -05:00
Mark 79a2470504
Revert "added channel effective amount to the claim weight." 2019-02-24 22:05:39 -05:00
Mark a11eb86338
Merge pull request #141 from lbryio/add_channel_weight
added channel effective amount to the claim weight.
2019-02-24 21:52:37 -05:00
Mark Beamer Jr 31f47fea76
Converted script scores to field_value_factor scores. This allows for a missing parameter to avoid the errors. 2019-02-24 21:41:22 -05:00
Mark Beamer Jr 101e55d924
added channel effective amount to the claim weight. 2019-02-24 17:03:50 -05:00
Mark Beamer Jr 81986315cb
Batched the chainquery calls for lighthouse in case it needs to grab all 700K in a redo. 2019-02-24 16:57:56 -05:00
Mark b04f2df1e1
Merge pull request #144 from lbryio/content_filters
Content filters
2019-02-09 17:32:29 -05:00
marcdeb1 ed948fda2e
Generated docs 2019-02-09 16:54:39 -05:00
marcdeb1 70415626c5
Added content type filter
Added claim type filter
Improved filtering and return no results when wrong input
List of types as input for mediaType and contentType
2019-02-09 16:54:29 -05:00
Mark 8e2c50d232
Merge pull request #143 from filipnyquist/fix-readme
Added examples and removed deprec. information from README
2019-02-05 10:48:26 -05:00
filipnyquist c870f05faa
Removed old information from README
We are not using the python decoder anymore as we are using chainquery nowadays.
2019-02-05 11:12:37 +01:00
filipnyquist da02023c7a
Added two simple examples to README.
Added two small examples for search and autocomplete so people can try it out without digging into the API doc.
2019-02-05 11:10:25 +01:00
Mark Beamer Jr 1e39ffc61a
made myself the repo owner 2019-02-04 19:03:12 -05:00
Thomas Zarebczan 423176da3f
Update lighthouse.js
decrease effective factor one more decimal to compare related content results while we work on proper query washing.
2018-11-13 13:23:01 -05:00
Mark 497beeed60
Merge pull request #134 from lbryio/ignore_lbry_urls
added removal from query `lbry://` ( lbry urls )
2018-11-12 21:56:27 -05:00
Mark Beamer Jr 5081e1bff9
added removal from query lbry:// ( lbry urls ) 2018-11-12 21:52:36 -05:00
Mark 3f80062ac8
Merge pull request #133 from lbryio/wash_better
Wash better
2018-11-12 21:39:02 -05:00
Mark Beamer Jr af4329b9e7
Added multi character splits to split by &, , and $ 2018-11-12 21:36:47 -05:00
Mark 9095016894
Merge pull request #131 from lbryio/notification_typo
fixed pull_request typo.
2018-11-08 09:49:25 -05:00
Mark Beamer Jr 4bdb44abb5
fixed pull_request typo. 2018-11-08 09:47:07 -05:00
Mark 9ecc9b0fc2
Merge pull request #125 from marcdeb1/search_accuracy
Changed regex
2018-11-07 13:50:03 -05:00
Mark 15e020ee2e
Merge pull request #130 from lbryio/ignore_accepted_bid_state
Don't make 'Accepted' bid state  claims searchable ( mempool ).
2018-11-05 21:00:51 -05:00
Mark Beamer Jr 6380e8e6d6
Don't make 'Accepted' bid state claims searchable ( mempool ). Made esQuery a variable for easy debugging when needed. 2018-11-05 20:42:44 -05:00
Mark 3c7923384c
Merge pull request #127 from lbryio/auto_deploy_api
Auto deploy api
2018-11-04 01:16:45 -04:00
Mark Beamer Jr 965746b9d2
added slack integration 2018-11-04 01:01:23 -04:00
Mark Beamer Jr 36db99ddca
Added auto-deployment for lighthouse 2018-11-04 01:01:22 -04:00
Mark df9b318da6
Merge pull request #128 from sridhareaswaran/patch-1
Add links to Prerequisites
2018-10-30 20:58:26 -04:00
Sridhar Easwaran 59b3d4a811
Update links to Prerequisites 2018-10-30 13:52:24 +05:30
Mark 48e39612f7
Merge pull request #126 from vyaspranjal33/patch-1
Update README.md
2018-10-27 10:57:05 -04:00
Pranjal Vyas c038de269b
Update README.md
added LICENSE badge
2018-10-27 12:22:44 +05:30