0

I implemented the Sulu default Search in my project. It doesn't return anything. When i try to reindex things on the console I get the following error:

Error indexing or de-indexing page (path: .../contents/ueber-uns/team, locale: de): There is no search mapping for object with class "Sulu\Component\Content\Compat\Structure\PageBridge"
mfussenegger
  • 3,931
  • 23
  • 18

1 Answers1

1

Looks like the old sulu:search:reindex-content command is still on this branch, which cannot be used anymore. It will be removed in future versions, you have to remember to use the massive:search:index:rebuild command.

Daniel Rotter
  • 1,998
  • 2
  • 16
  • 33