related: #26012 ### Bugs 1. missing project filter on the issue page.86e31c88e2/modules/indexer/issues/dboptions.go (L11-L15)3. incorrect SQL condition: some issue does not belong to a project but exists on the project_issue table.9b35313a75/models/issues/issue_search.go (L233)### Before:  ### After:  --------- Co-authored-by: Giteabot <teabot@gitea.io>