nextcloud / nextcloud/fulltextsearch

Serious Fulltext Search Limitations

Open
#876 6 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement
Dominant language
PHP
Stars
234
Forks
64
Avg merge
6h 18m
Merged PRs (30d)
10

Description

⚠️ This issue respects the following points: ⚠️
Bug description

The fulltext search allows you to search for things containing a given search term.

What is missing:

  • parts of the entered search term are always combined by disjunction - there is no hint to how (if so) you can combine by conjunction,
  • constraints to restrict search to a given folder (when its about files, but actually, when its about "fulltext" - you realize the mess when you understand this, right???)
Steps to reproduce
  1. search
  2. fulltext
  3. whatever
Expected behavior

Real-World-Usabi.lity

Installation method

None

Nextcloud Server version

28

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.2

Web server

Nginx

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?
  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other
Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report names no files, tests, or entry points; begin by locating the full-text search implementation and how it handles query terms and folder scope. Done would require a clear, reproducible decision for conjunction and folder constraints, with coverage for the agreed behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
search
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.