forked from malahx/QuickMods
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
I just double- and cross-checked.
Example:
In R&D I search for "agena" and get this:

The tech tree node "Advanced Rocketry" is red, so should not contain Agena parts:

Excerpt from the MM cache:
UrlConfig
{
parentUrl = Bluedog_DB/Parts/Agena/bluedog_Agena_EquipmentRack.cfg
PART
{
name = bluedog_Agena_EquipmentRack
module = Part
author = CobaltWolf
rescaleFactor = 1.0
scale = 1.0
node_stack_top = 0.0, 0.35081, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, 0.35081, 0.0, 0.0, -1.0, 0.0, 1
TechRequired = advRocketry
entryCost = 5000
cost = 255
category = Control
subcategory = 0
title = Agena D Equipment Rack
manufacturer = Lockheed
description = Convert your Agena upper stage into a fully featured satellite bus with this equipment rack. It contains attitude control thrusters, monopropellant storage, and extra batteries. The sides of the truss section can also be fitted with solar panels, secondary engines, or even subsatellites, depending on the mission profile. Attach to the engine mount, and then place the engine inside.
attachRules = 1,0,1,1,0
mass = 0.04
heatConductivity = 0.06
skinInternalConductionMult = 4.0
emissiveConstant = 0.8
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000
bulkheadProfiles = size0
tags = agena belle engine liquid engine rcs monopropellant mafuni 0.9375 9375 array bank charge convert e/c elect energ pack power volt watt
techtag = agenaD
stagingIcon = RCS_MODULE
...
I even checked all Agena parts for their tags - they all got "agena" inside the tags.
Well, Bluedog_DB is special, it got the "realistic rename" extra patch and every part got a dedicated variable for
- real_title
- real_manufacturer
- real_description
which replace the original values by that patch later.
This specific part originally is called "Belle" instead of "Agena", in the title and in the description.
But the tags already contain "agena".
So I guess that QuickSearch looks into part
- title
- description
but not into tags ...
Please make it also search inside the tags.
Reactions are currently unavailable
