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

Feature: search also title, description and URL by default #333

Open
webysther opened this issue Sep 14, 2024 · 0 comments
Open

Feature: search also title, description and URL by default #333

webysther opened this issue Sep 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@webysther
Copy link

webysther commented Sep 14, 2024

The code looks like support this already but don't work:

Where("gists.title like ? or gists.description like ?", "%"+query+"%", "%"+query+"%").

EDIT: Now I get how works, only search by content and is necessary to add the column name, any chance to search all fields always and only be specific if needed like gitea? Or be a option in the configuration to allow search all columns for who are interested.

@webysther webysther changed the title Feature: search also title, description and URL Feature: search also title, description and URL by default Sep 14, 2024
@thomiceli thomiceli added the enhancement New feature or request label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants