Revision 7490
Added by ben leinfelder almost 12 years ago
index.jsp | ||
---|---|---|
117 | 117 |
+"</queryterm>" |
118 | 118 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
119 | 119 |
+"<value>" + searchString + "</value>" |
120 |
+"<pathexpr>title</pathexpr>" |
|
120 |
+"<pathexpr>dataset/title</pathexpr>"
|
|
121 | 121 |
+"</queryterm>" |
122 | 122 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
123 | 123 |
+"<value>" + searchString + "</value>" |
124 |
+"<pathexpr>title/value</pathexpr>" |
|
124 |
+"<pathexpr>dataset/title/value</pathexpr>"
|
|
125 | 125 |
+"</queryterm>" |
126 | 126 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
127 | 127 |
+"<value>" + searchString + "</value>" |
Also available in: Unified diff
PARC, OBFS, NRS: use only the paths that are indexed by default in metacat.properties. If deployments want to cusotmize these, they are free to do so, but we should ship skins that match the paths we index with a vanilla installation.