export const buildTagSearchUrl = (type: string, tagId: number, tagLabel: string) => {
  return {
    pathname: '/kereses',
    query: {
      tipus: 'alkotas',
      targyszo: tagId,
      cim: tagLabel,
    },
  };
};
