- Fixed a bug where spaces are removed when highlighted.
- Changed VisualSplitter to twoPaneSplitView and updated indentation
- Fixed a bug that stopped keyboard keys from affecting navigation and interaction with search results list, unless user explicitly focused/click on list using the mouse [1396759]
- Fixed a usability issue where in some cases searcher would suggest one collapsed category of results that user would have to manually expand anyway
- Fixed bug that caused incorrect search results with non whitespaced queries for nodes with spaces in their name and for subgraphs [1359158]
- Fixed bug that causes search results to not be visible sometimes in the searcher window [1366061]
- Fixed bug that causes exceptions to be thrown when using the up/down arrow keys with search list focused [1358016]
- Fixed bug that causes some searcher items to be irreversibly collapsed due to expand icon disappearing on collapsing those items [1366074]
- Remove Lucene API and dlls
- Added ability for clients of searcher window to filter and prioritize search results as they need
- Fixed bug that causes searcher window to prioritize categories over node entries of the same name [case 1304055]
- Fixed bug that causes searcher window to close when double-clicking a category [case 1302267]
- Fixed bug that causes searcher window to be offset too far when accounting for host window boundaries
- Fix Regex error during highlighting when the query contains a backslash
- Fix serialization depth warning caused by a property's backing field getting serialized
- Added Lucene.Net DLLs and first version of the LuceneDatabase
- Added support for multi-select, enabled via MultiSelectEnabled in the SearcherAdapter.
- Add support for displaying icons in SearcherItem.
- Add custom UserData field to SearcherItem.
- Add SearcherTreeUtility to create a SearcherItem tree from a flat list of paths.
- Fix bug that cause keyboard navigation to fail. [case 1253544]
- Bump minor version for synonyms.
- Bump to minor version for API validation.
- Add all children is now an adapter override.
- Improve matching algorithm
- Add a splitter between searcher and details panel
- Fix adding all children of matching expanded categories
- Update ListView API
- Made SearcherItem Name property virtual
- Fix bold fonts (case 1178374)
- case 1178373 and 1071573014: minor examples tweaks
- Fix bug where items were selected twice when using keyboard inputs
- Fix searcher look to match Northstar changes
- Change the default size when the searcher has a details panel
- Added ability to use capital letters in a search bar
- Bugfix: Search bar focus after the escape button pressed
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/4.0.2-preview
- API Make Match() virtual again in SearcherDatabase
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/4.0.1-preview
- Bugfix: [MacOs] Fix issue where the searcher moves on the top left corner while resizing/moving
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/4.0.0-preview
- Cleanup for promotion to production
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.12
- API: Make SearcherField public again
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.11
- Fix all issues flagged by ReSharper
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.10
- fix CI
Package: none
- Add Yamato CI config
Package: none
- Bugfix: Autocomplete text was misaligned.
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.7
- API: Remove Experimental API reference.
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.6
- UI: Restyling
- API: Add public ctor to SearcherDatabase
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.5
- Bugfix: Focus search text field when window is displayed
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.4
- Trigger callback when an item is selected instead of when the details panel is displayed
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.3
- Add alignments
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.2
- Bugfix: Searcher autocomplete label now bold to match text input style
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.1
- Bugfix
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/3.0.0
- Restyling and move + resize
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/2.1.1
- Fix text input filtering
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/2.1.0
- UIElements compatibility update
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/2.0.6-preview
- Add possibility to sort items
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/2.0.5-preview
- Filtering fix
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/2.0.4-preview
- Added hooks for analytics
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/2.0.3-preview
- The matchFilter is now also applied at database initial setup time
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/2.0.2-preview
- Added matchFilter delegate on SearcherDatabase to further control the match criteria
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/2.0.1-preview
- Fixed Exception when a whitespace query is entered
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/2.0.0-preview
- Created a base class for Databases, renamed SearcherDatabase to LuceneDatabase, add a brand new SearcherDatabase written from scratch
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/1.0.6-preview
- hotfix for left arrow on a child that cannot be collapsed will select the parent feature
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/1.0.5-preview
- fixed an draw issue when expanding and collapsing an item on a small list - issue #25
- pressing left arrow on a child that cannot be collapsed will select the parent
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/1.0.4-preview
- fixed compilation error with latest trunk (around styles.flex)
- added third party notices file
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/1.0.3-preview
- window close due to focus loss will now trigger the selection callback with null
- fixed potential null ref exception in sample code
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/1.0.2-preview
- removed AutoCompleter in favor of a more robust top-result based approach
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/1.0.1-preview
- now showing children of matching items - issue #19
- fixed completion scoring with multiple databases
- search results in general have been improved
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/1.0.0-preview
- added basic tests - issue #18
- added a README and documentation
- fixed Searcher.Search() not returning anything if query contained capital letters - issue #22
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/0.1.3-preview
- added ability to add a title to the Searcher window - feature #3
- removed Searcher arrow and moved default display point to top-right corner - related issues #2, #12, #16
- fixed lingering arrow when bring Searcher window up from Inspector - issue #2
- fixed SearcherWindow.Show() to always take world space display location - issue #17
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/0.1.2-experimental
- fixed Searcher's list is visually cut off when closing a parent SearcherItem - issue #9
- scroll to selected item/best result
- add parents field, do not autocomplete it, search using a multi phrase query, auto create the parents path in overwritePath()
- fixed window arrow being removed AFTER the target window repaint, leaving remnant arrwos sometimes - issue #6
- fixed Null Ref Exception when getting the selected item of an empty listview. only get it if relevant
- fixed bug where child was not under parent in Searcher
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/0.1.1-experimental
- Minor fixes for VisualScripting
Package: https://bintray.com/unity/unity-staging/com.unity.searcher/0.1.0-experimental
General search window for use in the Editor. First target use is for GraphView node search.