Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When trying to create a Product Association, the search engine does not find any products. #2094

Open
victore13 opened this issue Feb 7, 2025 · 0 comments · May be fixed by #2101
Open

When trying to create a Product Association, the search engine does not find any products. #2094

victore13 opened this issue Feb 7, 2025 · 0 comments · May be fixed by #2101
Assignees
Labels
bug Something isn't working unconfirmed

Comments

@victore13
Copy link

  • Lunar version: 1.0.0-beta.9
  • Laravel Version: 11.41.3
  • PHP Version: 8.4.3
  • Database Driver & Version: PostgreSQL 17 (Also tested with MySQL 8.0.33)

Expected Behaviour:

In the Filament panel, when creating a Product Association with a previously selected product, in the product drop-down list you should do a search, regardless of case and find existing products.

Actual Behaviour:

when I try to create a Product Association, when searching for a product to relate to this one, in the Select component called 'product', it is not able to find anything, it makes no difference to me if I search with all lowercase or by writing the name of a product exactly the same, no product is found.

I actually tested this without using Laravel Scout.

Steps to reproduce:

  1. In the config/lunar/panel.php file, set the 'scout_enabled' parameter to false.
  2. Create 2 products.
  3. In one of them, edit and try to create a Product Association by searching in the Select component's search box by typing the name of your other product.
@victore13 victore13 added bug Something isn't working unconfirmed labels Feb 7, 2025
@alecritson alecritson self-assigned this Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unconfirmed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants