-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discrepancy in 'text' and 'mentions' data returned by api.loklak for @user #1602
Comments
@singhpratyush @sudheesh001 please provide your reviews about it. |
If the issue is on the server, you should open it there. I think it should be quite easy to fix. |
Yes, this issue is on the server part only, so I have created this issue here(on server). Yes I am looking into it for fixing. |
Oh! I'm sorry. I confused this with the loklak search repo. Please continue with the issue and post in public chat if you face any issues. Thanks. |
@singhpratyush I am working on it 👍 |
Is this still reproducible for you? I am unable to see such behavior on my local instance. |
@sudheesh001 Yes, I am able to reproduce it. Please see the screenshot below: Result:
|
I would like to work on the fix if this is still an issue. |
@rmartinus Yes you can work on it, it is still an issue. |
Short description
There is a discrepancy in
text
andmentions
data returned by api.loklak.query:
@wansapanahannah
returned result:
text
:31. i love @MarieliciousVIP since day one. @MarieliciousVIP
mentions
:["MarieliciousVIP", "MarieliciousVIP"]
images
:[]
images_count
:0
mentions_count
:2
actual tweet contains:
text
:31. i love @MarieliciousVIP since day one.
mentions
:@MarieliciousVIP
(only one mention)It contains one image and one mention.
Link to tweet: https://twitter.com/wansapanahannah/status/998446061982175233
Output log for this particular status:
Environment
Steps to reproduce
@wansapanahannah
in api.loklak and look for the result of the tweet status.Expected behaviour
It should return the exact no of mentions and the original text of status.
Actual behaviour
Currently there is some discrepancy in the result returned.
This is main problem related to the issue: #673
The text was updated successfully, but these errors were encountered: