Closed FelixVicis closed 8 years ago
Ah, the joys of bugs..
So, the issue arose from an error in writing the datastore options for the structs.
I wrote datastore:,noindex"
but apparently this is not recognized by the datastore as a well formed option. What I really wanted was datastore:",noindex"
Such silly issues making some really tense moments.
Fixed and closed.
heh... nice catch.
On Mon, Apr 18, 2016 at 1:11 PM, Allen Mills notifications@github.com wrote:
Ah, the joys of bugs.. So, the issue arose from an error in writing the datastore options for the structs. I wrote
datastore:,noindex"
but apparently this is not recognized by the datastore as a well formed option. What I really wanted wasdatastore:",noindex"
Such silly issues making some really tense moments.
Fixed and closed.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/johnRedden/TextbookProject/issues/8#issuecomment-211555124