sulu-demo | Sulu Demo Project - This is the official Sulu Demo | Content Management System library
kandi X-RAY | sulu-demo Summary
kandi X-RAY | sulu-demo Summary
This is the official Sulu Demo. It was created to show a simple implementation of an application made with Sulu and explains the basic steps. This project also runs here: For information about Sulu have a look at our Homepage: Our documentation is available under:
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Load Albums .
- Load pages .
- Load pages .
- Create new media .
- Build admin user .
- Get the http cache .
- Get country by country code
- Sets the service container .
- Configure the container .
- Returns a list of functions .
sulu-demo Key Features
sulu-demo Examples and Code Snippets
Community Discussions
Trending Discussions on sulu-demo
QUESTION
While evaluating Sulu (read: I’m a Sulu newbie), I added a custom entity. In the entity’s list XML configuration I used searchability="yes"
on some properties, which works for defining which properties are used for filtering the list of entities.
But (other than I would have expected) this attribute does not have any effect on the global admin search. So my question ist: how can I achieve that my custom entities are found in the global Sulu admin search?
I did not find any information on this in the cookbook nor in the sulu-demo repository.
...ANSWER
Answered 2021-Aug-31 at 07:48As you have already noticed, the properties in the list configuration are used only for displaying the list in the administration interface. The list configuration is separated from the global search functionality.
The search functionality of the administration interface is implemented by the SuluSearchBundle
. It builds upon another bundle called the MassiveSearchBundle
. If you want to integrate your custom entity with the global search functionality, you need to do two things:
- Configure the
MassiveSearchBundle
to index the data of your custom entity. TheMassiveSearchBundle
documentation should explain how to do this. - Register the index in the
SuluSearchBundle
to make it searchable via the administration interface. This step is described in the Sulu documentation.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sulu-demo
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page