Skip to content

Add configurable INDEXED_IDS to add to MongoDB indexedIds#705

Merged
garrettjstevens merged 9 commits intomainfrom
search_by_ids
Dec 9, 2025
Merged

Add configurable INDEXED_IDS to add to MongoDB indexedIds#705
garrettjstevens merged 9 commits intomainfrom
search_by_ids

Conversation

@garrettjstevens
Copy link
Copy Markdown
Contributor

Fixes #630

This adds a new server configuration ADDITIONAL_IDS, which is a comma-separated list. During feature import or creation, any feature that has attributes matching one of the ID names will have the value of that attribute added to the feature's indexedIds in MongoDB.

Builds off the indexedIds concept introduced in #704.

@garrettjstevens garrettjstevens self-assigned this Oct 8, 2025
@garrettjstevens garrettjstevens linked an issue Nov 25, 2025 that may be closed by this pull request
@garrettjstevens garrettjstevens changed the base branch from feature_ids to main December 5, 2025 22:14
@garrettjstevens garrettjstevens marked this pull request as ready for review December 8, 2025 20:23
@garrettjstevens
Copy link
Copy Markdown
Contributor Author

No longer depends on #704.

@garrettjstevens garrettjstevens changed the title Add configurable ADDITIONAL_IDS to add to MongoDB indexedIds Add configurable INDEXED_IDS to add to MongoDB indexedIds Dec 9, 2025
@garrettjstevens garrettjstevens merged commit 3b510e7 into main Dec 9, 2025
7 checks passed
@garrettjstevens garrettjstevens deleted the search_by_ids branch December 9, 2025 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Query by ID (or other attributes?)

1 participant