Skip to content

Commit

Permalink
RC #291 - Adding debugging to Typesense utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Aug 14, 2024
1 parent de9986d commit b719e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core-data/src/utils/Typesense.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const createRouting = (config: TypesenseConfig) => ({
const uiState = state[config.index_name] || {};
const { refinementList } = uiState;

console.log(uiState);

let route = {
q: uiState.query
};
Expand Down

0 comments on commit b719e12

Please sign in to comment.