Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Commit 0dde446

Browse files
Note issue #3
1 parent c279297 commit 0dde446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.go

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func SQLiteFeaturesIndexBelongsToFunc(r reader.Reader) sql_index.SQLiteIndexerPo
125125
to_index = append(to_index, ancestor)
126126

127127
// TO DO: CHECK WHETHER TO INDEX ALT FILES FOR ANCESTOR(S)
128+
// https://github.com/whosonfirst/go-whosonfirst-sqlite-features-index/issues/3
128129
}
129130

130131
for _, record := range to_index {

0 commit comments

Comments
 (0)