Alexander Nortung

Results 47 issues of Alexander Nortung

### Purpose - New feature ### Description I think it should be possible to intercept urls, in case you use a CMS that provides the editorjs blocks. The idea is...

## Feature request ### Summary Currently you have to create a pattern in the database to use a pattern. This means that you have to set up the patterns locally...

enhancement

## Feature request ### Summary I mostly use urls without trailing slashes, but some of the users of our strapi deployments may mistakenly set a trailing slash when creating a...

enhancement

## Feature request ### Summary I think the `url_path` field needs a database index, such that finding a url alias by it's path will be faster. ### Suggested solution(s) Take...

enhancement
Needs investigation

## Feature request ### Summary If I change the url of one of my pages, no information is stored about where the old url. I would like to be able...

enhancement

I am currently developing an application where I use the url-alias plugin. Url-alias let's you set a url for an entity directly on that entity. I would also like to...

request

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

type: enhancement :wolf:
needs triage

# Describe the bug Subtracting dates with intervals seems to give the wrong output. for example, subtracting one year from `2022-01-01` returns `2021-01-06`. But in postgres it produces the expected...

# Describe the bug When using postgres it is not required to use space after a `-`. It seems that the `100-100` is interpreted as two numbers: `100` and `-100`....

This PR adds the binary operator for subtracting dates.