[SOLVED] Search within content block no longer working

I have…

  • Read the following guideline: Troubleshooting and Support | Squidex. I understand that my support request might get deleted if I do not follow the guideline.
  • Used code blocks with ``` to format my code examples like JSON or logs properly.

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

When ever we enter a search value into the search filed within a content block, Squidex is no longer returning any result. to find something we are having to use the filter options now.

Expected behavior

When enter a value into the search field Squex retuns results

Minimal reproduction of the problem

Environment

App Name:

  • Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: [VERSION]

Browser:

  • Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others:

What do you mean with content block?

The specialist profile section. When I do a full text search nothing is being returned. It is working fine in UTA. But V2 stopped working about 28hours ago. The only way to fine items is to use the advanced filter search

I have implemented a sharding mechanism to provide a faster search and at one places it makes a double calculation, like

GetShardKey(GetShardKey(key));

I will provide a fix and then reindex the full text

Great thank you. So that will allow me to search in this filed and have results returned?

Yes, I will rerun the indexer tomorrow evening.