alexander-schranz
Repos
308
Followers
128
Following
43

Core framework that implements the functionality of the Sulu content management system

958
307

Form Bundle for handling Dynamic and Symfony Forms in https://sulu.io

58
59

Community features like Login, Registration, Password forget/reset for your sulu application.

21
29

[DEPRECATED] Now part of symfony/messenger since 4.3. Use that implementation instead!

6
4

A js library for controlling your components from your templating engine like twig.

19
11

Handling JavaScript components with Twig

35
5

Events

Fix issue with filter by Text fields and search

Created at 1 hour ago

Fix issue with filter by Text fields and search

Created at 1 hour ago
issue comment
problem with '-' (minus) sign and text field tokenization

Ohhhhhhhh I found the problem the syntax for tags are different here:

-@uuid{3d3586fe\-0416\-4572\-8ce1\-c7b6b9e424ff}
+@uuid(3d3586fe\-0416\-4572\-8ce1\-c7b6b9e424ff)

If I understand correctly TAG are for filters but not for searchable texts. So If I would need that a field is searchable and filter I would go with something like:

{
    "tag": "some-key",
    "tag.raw": "some-key"
}

Defining the first field as TEXT and the second .raw as TAG?

Created at 2 hours ago

Add rawTextField via an Marshaller Option

Created at 2 hours ago
issue comment
problem with '-' (minus) sign and text field tokenization

@oshadmi I'm still failing here with my JSON:

FT.CREATE news ON JSON PREFIX 1 news SCHEMA $.uuid AS uuid TAG SORTABLE $.title AS title TEXT $.description AS description TEXT $.tag AS tag TEXT SORTABLE

JSON.SET news:23b30f01-d8fd-4dca-b36a-4710e360a965 $ '{"uuid":"23b30f01-d8fd-4dca-b36a-4710e360a965","title":"New Blog"}'

FT.SEARCH news @uuid:(23b30f01\-d8fd\-4dca\-b36a\-4710e360a965) DIALECT 3
Created at 2 hours ago
pull request opened
Add rawTextField via an Marshaller Option

This should allow to add a raw text field via a marshaller parameter.

Created at 3 hours ago
alexander-schranz create branch feature/add-raw-text-field
Created at 3 hours ago

Update composer.locks with PHP 8.1.16

Created at 4 hours ago

Add "Handling optional dependencies with composer" article

Created at 5 hours ago
alexander-schranz create branch main
Created at 5 hours ago
alexander-schranz create repository
Created at 5 hours ago

Fix prefer lowest of PHPUnit with PHP 8.1

Created at 7 hours ago