mirror of
https://github.com/MontFerret/ferret.git
synced 2025-11-27 22:08:15 +02:00
Added dynamic Element.value
This commit is contained in:
4
docs/examples/value.fql
Normal file
4
docs/examples/value.fql
Normal file
@@ -0,0 +1,4 @@
|
||||
LET doc = DOCUMENT("https://www.yandex.com/search/?text=foobar", true)
|
||||
LET input = ELEMENT(doc, 'input[type="search"]')
|
||||
|
||||
RETURN input.value ? input.value : 'value not defined'
|
||||
Reference in New Issue
Block a user