Hi,
I’ve enabled the repository indexer[1] (elasticsearch/opensearch) and it search works well for most files.
But i’ve on strange issue.
It doesn’t find contents inside Jenkinsfile
but it finds contents inside Jenkinsfile.bak
which is correctly detected as groovy.
Does the search by default use a wildcard like *.*
? So files without extension are not indexed by default?
Do i need to manually configure REPO_INDEXER_INCLUDE
to include extensionless files?