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

More expressions in prop filtering for GO #4241

Open
wey-gu opened this issue May 9, 2022 · 1 comment
Open

More expressions in prop filtering for GO #4241

wey-gu opened this issue May 9, 2022 · 1 comment
Assignees
Labels
type/feature req Type: feature request

Comments

@wey-gu
Copy link
Contributor

wey-gu commented May 9, 2022

Is your feature request related to a problem? Please describe.

Expression to do things like starts_with or others in GO.

Describe the solution you'd like

  • starts with
  • wild card(if feasible)

Describe alternatives you've considered

Additional context

https://discuss.nebula-graph.com.cn/t/topic/8642?u=wey

@wey-gu wey-gu added the type/feature req Type: feature request label May 9, 2022
@sworduo
Copy link
Contributor

sworduo commented May 9, 2022

Like
go from "Marco Belinelli", "Luka Doncic" over like where prefix($$.team.name, "S") and wildcard($^.player.name, "x?")
Just add a new expression and rewrite its eval is okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants