duckduckgo / zeroclickinfo-goodies

DuckDuckGo Instant Answers based on Perl & JavaScript
https://duckduckhack.com/
Other
978 stars 1.76k forks source link

stack_overflow bug: instant answer does not contain bullets #4347

Closed mcomella closed 7 years ago

mcomella commented 7 years ago

Description

StackOverflow instant answers don't contain bullets even if the post on StackOverflow does. For example:

Steps to recreate

  1. Search for a SO post with bullets (example query: "android appbarlayout resize delay")

Expected: bullets in IA result Actual: no bullets


Instant Answer Page: https://duck.co/ia/view/stack_overflow

jarifibrahim commented 7 years ago

I would like to work on this issue. Can anyone please point me to the relevant files?

mintsoft commented 7 years ago

It's a long-tail answer, so it isn't actually in this repo (see https://duck.co/ia/view/stack_overflow)

The code is here: https://github.com/duckduckgo/zeroclickinfo-longtail/tree/master/lib/longtail/stackoverflow

mintsoft commented 7 years ago

Issue transferred to: https://github.com/duckduckgo/zeroclickinfo-longtail/issues/120