Community features like Login, Registration, Password forget/reset for your sulu application.
[DEPRECATED] Now part of symfony/messenger since 4.3. Use that implementation instead!
A js library for controlling your components from your templating engine like twig.
Fix issue with filter by Text fields and search
Fix issue with filter by Text fields and search
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
?
Add rawTextField via an Marshaller Option
@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
This should allow to add a raw text field via a marshaller parameter.
Add comment and shorten last sentence
Update composer.locks with PHP 8.1.16
Add some hints and rewrite some parts
Add some hints and rewrite some parts
Add some hints and rewrite some parts
Add some hints and rewrite some parts
Add some hints and rewrite some parts
Add "Handling optional dependencies with composer" article
Add some hints and rewrite some parts
Add some hints and rewrite some parts
Add some hints and rewrite some parts
Add some hints and rewrite some parts
Add some hints and rewrite some parts
Fix prefer lowest of PHPUnit with PHP 8.1