I can't even image how difficult it is.
It's just matter of convenience, but it is possible to bold text on the posts that matches the content/keyword? For example, if i use content/keyword "blockchain", all texts containing "blockchain" would be bolded automatically.
I think it is. I'll look at it later today.
Amazing! I see that you are making use of Reactjs, way to go
. I'm interested in your RESTful API, can you elaborate on how it works?
I have a few endpoints which will return the data you need. For example:
GET: /posts/55141939
{
"id": "1c25054c-b1b8-41eb-8c66-697c8b697179",
"post_id": 55142446,
"topic_id": 5273824,
"title": "Re: Ninjastic.space - BitcoinTalk Post/Address archive + API",
"author": "Aveatrex",
"author_uid": 950474,
"content": "Amazing! I see that you are making use of Reactjs, way to go . I'm interested in your RESTful API, can you elaborate on how it works? ",
"date": "2020-09-06T12:45:48.000Z",
"boards": [
"Other",
"Meta"
],
"archive": false
}
For me (maybe different experience with other users), background and the text color its doesn't match. if you are happy with that, its okay nothing to change.
It will be fixed. Thanks!
Nitpick: for the front-page charts perhaps it makes sense to exclude today otherwise the charts have a bit of a misleading dip at the end there.
Makes sense. I'll remove today's data.
Looks great. Very fast. Not sure how accurate it is though. I can't believe I said "cunt" only 7 times. Does it search only outside of quotes? Only full words?
Goddammit, you are right. I messed up big with my algo. I hate regex.
I will fix it and the results should increase considerably for every other search. It does look inside quotes, but the regex is eating a few parts of the post it shouldn't when there are multiple quotes.