Indexing directories containing subdirectories #16
-
Apologies if I missed this somewhere in the docs. When indexing, it looks like it is only indexing the files located in the directory I provide and not all the subdirectories and files within it. I have tried the following in my config: 'indexes' => [
...
'directories' => [ 'resources/*', 'resources/js/*' ],
...
] Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
joshembling
Jun 22, 2024
Replies: 1 comment
-
Hi @tominal Right now, that functionality is not possible to search through every sub directory Snippet from the docs on current functionality:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joshembling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tominal
Right now, that functionality is not possible to search through every sub directory
Snippet from the docs on current functionality:
app/Models
to index all of your models