Skip to content

Commit 2966d07

Browse files
committed
Update Technologies.cs
1 parent a9215ae commit 2966d07

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

TechStacks.ServiceModel/Technologies.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ public class FindTechnologies : QueryDb<Technology,TechnologyView>
2626
public class QueryTechnology : QueryDb<Technology,TechnologyView>
2727
{
2828
public List<long> Ids { get; set; }
29+
30+
[QueryDbField(Template="name LIKE {Value} or vendor_name LIKE {Value} or slug LIKE {Value}", Field="Name", ValueFormat="%{0}%")]
31+
public string Search { get; set; }
2932
public string Name { get; set; }
3033
public string VendorName { get; set; }
3134
public string NameContains { get; set; }

0 commit comments

Comments
 (0)