SearchController Class
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
Provides API search functionality.
public class SearchController : WeavyApiController
- Inheritance:
- System.Object → WeavyApiController → SearchController
Constructors
Search |
Methods
Autocomplete(string, int?) | Returns autocomplete suggestions for the supplied query. |
Autocomplete |
Returns autocomplete suggestions for @mentions. |
Autocomplete |
Returns user autocomplete suggestions for the specified query. |
Search(Query) | Performs a search against the index. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |