Skip to content

Commit 4a41aed

Browse files
committed
CR fixes
1 parent e50b5a5 commit 4a41aed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php": "^7.4 || ^8.0",
1717
"ext-json": "*",
1818
"ext-xmlwriter": "*",
19-
"ibexa/core": "dev-solr-9-update as 4.6.x-dev",
19+
"ibexa/core": "~4.6.0@dev",
2020
"netgen/query-translator": "^1.0.2",
2121
"symfony/http-kernel": "^5.0",
2222
"symfony/dependency-injection": "^5.0",

src/lib/Resources/config/solr/managed-schema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ be in the conf directory under the solr home (i.e. ./solr/conf/schema.xml by
99
default) or located where the classloader for the Solr webapp can find it.
1010
1111
It provides the default types and definitions for a functional Solr based
12-
search in eZ Publish 5. You may extend it with your own definitions, but you
12+
search in Ibexa DXP. You may extend it with your own definitions, but you
1313
should not remove or drastically change the existing definitions.
1414
-->
1515

16-
<schema name="eZ Publish 5 base schema" version="1.5">
16+
<schema name="Ibexa DXP base schema" version="1.5">
1717
<!--
1818
language specific field types are included here, there should be at least
1919
a field type with the name "text" be defined"

0 commit comments

Comments
 (0)