scrollmapper / bible_databases

Bible versions and cross-reference databases.
994 stars 347 forks source link

Primary abbreviation bit is True for the actual name of the book #29

Closed Airistotal closed 4 years ago

Airistotal commented 5 years ago

In the table key_abbreviations_english, the p column is set to 1 for the actual name of the book. The extended property for that column reads: "Whether an abbreviation is the primary one for the book".

The extended property should probably be changed or the p bit should be set to 0 for the actual name of the book.

I'm willing to do the change, I just want to know which change to make!

scrollmapper commented 4 years ago

This might have been automatically created when initially creating tables and populating them. Is this a serious issue, or does it get in the way of functionality? Please advise.

Airistotal commented 4 years ago

Hey Scollmapper,

I was just showing this table in a dropdown and I wanted to show only the abbreviations. I manually chose the shorter item with the primary abbreviation bit on, but returning only the abbreviation would be best for my use case.