haystack/releasenotes/notes/link-content-include-snippet-if-blocked-53b0e3108f010315.yaml
Vladimir Blagojevic f13b37db24
fix: LinkContentFetcher - when no content retrieved (i.e. request blocked), default to snippet text (#5656)
* When no content retrieved (i.e. request blocked), default to snippet

* Add release note
2023-08-29 10:57:47 +02:00

6 lines
193 B
YAML

---
enhancements:
- |
If LinkContentFetcher encounters a block or receives any response code other than HTTPStatus.OK, return the search
engine snippet as content, if it's available.