alkem-io / server

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
http://alkem.io
European Union Public License 1.2
24 stars 4 forks source link

BUG: Search in Space - Whiteboard not in result #4114

Closed techsmyth closed 3 weeks ago

techsmyth commented 1 month ago

Describe the bug Searching in a space on the title of a whiteboard is not returning the whiteboard

To Reproduce Steps to reproduce the behavior:

  1. Go to https://alkem.io/building-alkemio-org
  2. Search within the space on "VC Roadmap"
  3. There are no matches under callouts I would expect the following callout to be returned: https://alkem.io/building-alkemio-org/challenges/devprodoffsitejune202/collaboration/vcroadmap

Expected behavior the following callout to be returned: https://alkem.io/building-alkemio-org/challenges/devprodoffsitejune202/collaboration/vcroadmap

Additional context Whiteboards and Posts won't show when searching within the bound of the root Space, because they are ingested with the Space ID of their immidiate Space, and not the root Space. The result is displayed when you search globally.

Areas that will be affected as part of the fix alkemio-server -> SearchIngestService

hero101 commented 1 month ago

Verified

It turns out that Whiteboards and Posts won't show when searching within the bound of the root Space, because they are ingested with the Space ID of their immidiate Space, and not the root Space.

The result is displayed when you search globally.

bobbykolev commented 3 weeks ago

verified on acc, whiteboards matching the search criteria are returned. Let us know if specific regression testing is required, please.

image.png