1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-05 15:16:07 +02:00
ferret/docs/examples/hackernews.fql
2018-09-18 16:42:38 -04:00

5 lines
125 B
Plaintext

LET doc = DOCUMENT('https://news.ycombinator.com/')
FOR post IN ELEMENTS(doc, '.storylink')
RETURN post.attributes.href