Thread overview
dub search
May 08, 2018
Nicholas Wilson
May 08, 2018
Timoses
May 08, 2018
Dlang User
May 08, 2018
I was searching for zmq-d on code.dlang.org to find the git page for it ( to differentiate it from the other ama wrappers) and was greeted with

500 - Internal Server Error

Internal Server Error

Internal error information:
vibe.db.mongo.connection.MongoDriverException@../vibe.d/mongodb/vibe/db/mongo/cursor.d(304): Query failed. Does the database exist?
----------------
??:? [0xa7bbee]
??:? [0xa825de]
exception.d:421 [0x50aa93]
exception.d:388 [0x50116d]
cursor.d:304 [0x517adc]
dbcontroller.d:393 [0x518643]
...

OK, i thought, I'll try searching for "z"

> Found 30 packages.

^f z

one match:

Search results for: z

That does not bode well for people searching for code on dub.

Nic
May 08, 2018
On Tuesday, 8 May 2018 at 15:50:01 UTC, Nicholas Wilson wrote:
> I was searching for zmq-d on code.dlang.org to find the git page for it ( to differentiate it from the other ama wrappers) and was greeted with
>
> 500 - Internal Server Error
>
> Internal Server Error
>
> Internal error information:
> vibe.db.mongo.connection.MongoDriverException@../vibe.d/mongodb/vibe/db/mongo/cursor.d(304): Query failed. Does the database exist?
> ----------------
> ??:? [0xa7bbee]
> ??:? [0xa825de]
> exception.d:421 [0x50aa93]
> exception.d:388 [0x50116d]
> cursor.d:304 [0x517adc]
> dbcontroller.d:393 [0x518643]
> ...
>
> OK, i thought, I'll try searching for "z"
>
>> Found 30 packages.
>
> ^f z
>
> one match:
>
> Search results for: z
>
> That does not bode well for people searching for code on dub.
>
> Nic

Interesting.

Searching for "libneo4j-client" gives 112 search results.
Searching for "libneo4j" just one, namely: libneo4j-client
...
May 08, 2018
On 5/8/2018 10:50 AM, Nicholas Wilson wrote:
> I was searching for zmq-d on code.dlang.org to find the git page for it ( to differentiate it from the other ama wrappers) and was greeted with
> 
> 500 - Internal Server Error
> 
> Internal Server Error
> 
> Internal error information:
> vibe.db.mongo.connection.MongoDriverException@../vibe.d/mongodb/vibe/db/mongo/cursor.d(304): Query failed. Does the database exist?
> ----------------
> ??:? [0xa7bbee]
> ??:? [0xa825de]
> exception.d:421 [0x50aa93]
> exception.d:388 [0x50116d]
> cursor.d:304 [0x517adc]
> dbcontroller.d:393 [0x518643]
> ...
> 
> OK, i thought, I'll try searching for "z"
> 
>> Found 30 packages.
> 
> ^f z
> 
> one match:
> 
> Search results for: z
> 
> That does not bode well for people searching for code on dub.
> 
> Nic

I am seeing the same thing, apparently it crashes for anything that contains a "-d" in the search.  "-dd" doesn't crash.
May 08, 2018
On 5/8/18 11:50 AM, Nicholas Wilson wrote:
> I was searching for zmq-d on code.dlang.org to find the git page for it ( to differentiate it from the other ama wrappers) and was greeted with
> 
> 500 - Internal Server Error
> 
> Internal Server Error
> 
> Internal error information:
> vibe.db.mongo.connection.MongoDriverException@../vibe.d/mongodb/vibe/db/mongo/cursor.d(304): Query failed. Does the database exist?
> ----------------
> ??:? [0xa7bbee]
> ??:? [0xa825de]
> exception.d:421 [0x50aa93]
> exception.d:388 [0x50116d]
> cursor.d:304 [0x517adc]
> dbcontroller.d:393 [0x518643]
> ....
> 
> OK, i thought, I'll try searching for "z"
> 
>> Found 30 packages.
> 
> ^f z
> 
> one match:
> 
> Search results for: z
> 
> That does not bode well for people searching for code on dub.
> 
> Nic

I think there have been some long-standing issues. See for instance this post I made a while back: https://forum.dlang.org/post/p1ecqp$asi$1@digitalmars.com

Of course, now it does find datefmt, but it did not before.

-Steve