processwire / processwire-issues

ProcessWire issue reports.
45 stars 2 forks source link

Less autocomplete search suggestions after upgrade to 3.0.218 dev #1740

Closed designconcepts closed 1 year ago

designconcepts commented 1 year ago

Short description of the issue

After the upgrade from 3.0217 dev to 3.0.218 dev there are no more autocomplete search suggestions for fields, templates or users in the backend.

Expected behavior

Type a few letters in the search field of the backend and get autocomplete suggestions for fields, templates or users.

Bildschirmfoto 2023-05-30 um 11 34 03

Actual behavior

There are only autocomplete suggestions for pages and modules.

Bildschirmfoto 2023-05-30 um 11 34 49

Steps to reproduce the issue

  1. Upgrade to 3.0.218 dev
  2. Type a few letters in the search field
  3. Wait for autocomplete search suggestions
ryancramerdesign commented 1 year ago

@designconcepts I think this is related to a different issue where some of the verbose module info was falling back to default values. I pushed some updates today that I think might fix that, though please let me know if you find the issue remains. You'll want to do a Modules > Refresh after grabbing the latest commits.

designconcepts commented 1 year ago

Thank you @ryancramerdesign. The updates fixed the issue. 😃