how to accept a slash value in path to create route

14 views
Skip to first unread message

ganu....@gmail.com

unread,
Jan 31, 2024, 1:50:06 PMJan 31
to Fusio
Hi Christoph,

I have a sql query that need to query a data with slash value, example:

select name from company where id = "2021\03\AA"

i refer to the manual to create a path in route , "this route matches to any value except a slash". in this scenario, how can i create a route with a slash value?

Thanks for your prompt response. really appreciate.  
fusio.png

Christoph Kappestein

unread,
Jan 31, 2024, 1:59:06 PMJan 31
to Fusio
Hi Ganu,

so in your operation you can specify a route like "/foo/*bar" in this case bar can contain also slash values.
With slash values we only mean forward slashes a backward slash can be also used with the simple /foo/:bar wildcard.

best regards
Christoph
Reply all
Reply to author
Forward
0 new messages