wmbeers / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
1 stars 2 forks source link

Include topic in layer search -- Bug 5684 #35

Closed wmbeers closed 4 years ago

wmbeers commented 4 years ago

See email exchange 6/12/2020. Search results for the term "ARC Lands" don't include the map layers in the ARC Lands topic. Mike has adjusted the search indexer to include the parent topic name so these layers show up.

I noticed while verifying this that even prior to this change the ARC Lands topic is included in the results (with type=category) returned from SOLR, but not making its way through the UI to show it as a topic/category/service that can be loaded. This is due to SOLR returning type=["Category"] (as an array), and my code expecting it to be a simple string.

https://repo.fla-etat.org/bugzilla/show_bug.cgi?id=5684

wmbeers commented 4 years ago

From Slack: Mike Jul 7th at 10:18 AM Layer search by topic - can you please add a boost like ^75 to the topic term? otherwise it gets swallowed up by the other boosts like the ^50 on description, boosting layers with descriptions like "calculated using the ArcSDM extension" over layers with topic "ARC Lands"

wmbeers commented 4 years ago

Merged to stage branch and deployed for testing. Refer to testing notes in Bugzilla.

wmbeers commented 4 years ago

Testing complete and bug marked verified.

wmbeers commented 4 years ago

Verified in production, closing issue.