Full Text Search not showing results in Group Folders

Nextcloud version: 29.0.4
Operating system and version: AIO 9.4.1 on Ubuntu 22.04

The issue you are facing:

Full Text search is not indexing Group Folders, even though they ARE selected to be indexed in the settings.

Is this the first time you’ve seen this error? Y

Steps to replicate it:

  1. Add a document (.odt) to a personal folder
  2. Add copy of same document to a Group Folder
  3. search for a keyword in this document and observe it only shows the personal document

This is a new installation and everything else seems to work well.

I have triggered an index with occ fulltextsearch:index but it does not help.

config.php at <?php$CONFIG = array ( 'one-click-instance' => true, 'one-click-instance - Pastebin.com

Troubleshooting tips would be appreciated!

Confirmed on 29.0.7 also.

Even going into the console and running curl -X GET "ipOfElastic:portOfElastic/_search?q=search_term" returns nothing that resides on group folders. Which means the command /occ fulltextsearch:index is not indexing group folders at all.

Ubuntu 22.04.5
MariaDB 10.6.18
Nextcloud 29.0.7 Standalone
Elastic 8.15

Also tested with a diferent environment: Nextcloud AIO (container) 30.0.0 + elastic (separated container) 7.17.12, same behavior.

Afeter some more testing I realised that:

The files that were already on group folders prior to the first indexation proccess won’t ever be indexed. Files CREATED into group folders AFTER the indexation process, do get indexed. Moving the files (that were inside group folders prior to the initial indexation) out and in the group folders won’t matter, files won’t get indexed.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.