Skip to content

Draft: Enforce hellominds tag cannot be manually applied minds#3974

Ben requested to merge feat/hellominds-uniquness-m3974 into master

Ticket(s) / Related Merge Requests

minds#3974

Summary of Changes

Testing Considerations

minds-search-activity

{
	"query": {
		"query_string": {
			"query": "*"
		}
	},
	"size": 10,
	"from": 0,
	"sort": [
		{
			"@timestamp": {
				"unmapped_type": "keyword",
				"order": "desc"
			}
		}
	]
}

Deployment Considerations

Regression Scope

Platform Affected (web, mobile, etc)

Developer Testing Completed

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports