Rothamsted / knetminer

KnetMiner - webapp to search and visualize genome-scale knowledge graphs
https://knetminer.com
MIT License
25 stars 16 forks source link

Concept selector broken #731

Closed Arnedeklerk closed 1 year ago

Arnedeklerk commented 1 year ago

The concept selector in KnetMiner has three functions: Add, Exclude, Replace.

Add: Appends the ConceptID to the end of the existing keyword search with "OR" Exclude: Appends the ConceptID to the end of the existing keyword search with "NOT" Replace: Replaces the relevant text in the existing keyword search with the ConceptID.

The functionality works as expected here: https://knetminer.com/Triticum_aestivum/ But is broken on CI-Test, where it currently completely empties the keyword search and then adds it in, instead of appending.

Arnedeklerk commented 1 year ago

There is some ongoing problems with this in 5.7, but there are newer tickets tackling them.