Open q-wertz opened 2 years ago
Is the search looking in the displayname
field or somewhere else?
I think I found the issue. I had two rooms with the same display name Besprechungsraum INS
. The app seems to malfunction in this case with "unpredictable" behavior.
Maybe someone could double check that behavior. If it is intended to disallow two same display names an error should be raised just like with e.g. duplicate email addresses.
Steps to reproduce
oc_calendar_rooms
tableExpected behavior
All rooms are shown that fit the search term
Actual behaviour
I added now several rooms. The only one that I can find is the one with ID
38
when I type intest
in the search field. Things likeBespr
,Be
,INS
, … do not work. In the Firefox debugger I also get a error404
when doing these request. Test gives status207
. No idea what's going on…I came here after the fix for https://github.com/nextcloud/calendar/issues/3907 which seems to not cover everything…
Calendar app version
3.1.0
CalDAV-clients used
Webbrowser
Browser
Firefox 97.0
Client operating system
Ubuntu 21.10
Server operating system
Ubuntu 20.04
Web server
Nginx
Database engine version
MariaDB
PHP engine version
PHP 7.4
Nextcloud version
22.2.5
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Nextcloud configuration
Web server error log
Log file
Browser log
Failing request (with e.g.
Bespr
which should fit all rooms):Response:
Additional info
Output of the resource backend:
Content of the
calendar_rooms
sql table