Closed Halem998 closed 1 year ago
Does this do what you want
papis open '*'
? If yes, it seems like there's a mismatch in the default query string and you may want to add
default-query-string = "*"
to your configuration. Otherwise, I'm not quite sure what could be wrong if specifying a query works just fine :confused:
yes! it worked. still a long way to go. so much to unravel. :) thanks again
when entering
papis open
the expected behaviour is to get a list of the whole database entries ( as I enjoy having it on arch) Now on MacOS I get an error stating[WARNING] commands.list: No documents retrieved
.my config looks like this
not sure what I'm missing here. BTW when specifying the command with, say ,
papis open 'author:chomsky'
I actually get a nice result list.Thanks!