You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
webysther
changed the title
Feature: search also title, description and URL
Feature: search also title, description and URL by default
Sep 14, 2024
The code looks like support this already but don't work:
opengist/internal/db/gist.go
Line 147 in 4b039b0
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.
The text was updated successfully, but these errors were encountered: