1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-05-15 22:26:40 +02:00
ferret/docs/examples/static-page.fql
2018-09-25 11:43:58 -04:00

5 lines
125 B
Plaintext

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