Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The multiple filter query with last() function #78

Closed
2 tasks done
zhengchun opened this issue Jul 8, 2022 · 1 comment
Closed
2 tasks done

The multiple filter query with last() function #78

zhengchun opened this issue Jul 8, 2022 · 1 comment
Labels

Comments

@zhengchun
Copy link
Contributor

zhengchun commented Jul 8, 2022

<root>
	<test foo="bar">First</test>
	<test foo="bar">Second</test>
	<test foo="xyz">Third</test>
</root>

Test:

  • [//test[@foo='bar'])/[last()]`

This from #76

expected:

<test foo="bar">Second</test>

actually:

not found

  • //test[@foo='bar'][last()]

expected

<test foo="bar">Second</test>

actually:

not found

@zhengchun zhengchun added the bug label Jul 8, 2022
zhengchun added a commit that referenced this issue Jan 26, 2023
…k to `Clone()` method supports concurrent query. #76,#78
zhengchun added a commit that referenced this issue Jan 26, 2023
@zhengchun
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant