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

5 lines
125 B
Plaintext
Raw Normal View History

2018-09-18 16:42:38 -04:00
LET doc = DOCUMENT('https://news.ycombinator.com/')
FOR post IN ELEMENTS(doc, '.storylink')
RETURN post.attributes.href